determine_code_chunk_name {tutorial.helpers} | R Documentation |
Determine the code chunk name of a new exercise in a tutorial.
Description
Determine the code chunk name of a new exercise in a tutorial.
Usage
determine_code_chunk_name(file_path = NULL)
Arguments
file_path |
Character string of the file path to the tutorial |
Value
The section id of the exercise based on its section
[Package tutorial.helpers version 0.3.0 Index]