Obtains the file path for the example Rmd in the package.
Arguments
- x
A character
containing the name of the example Rmd.
Value
File path to the example file that ships with the package.
Details
The following example files ship with the package:
Examples
get_example_filepath("hw00-main.Rmd")
#> [1] "/home/runner/work/_temp/Library/assignr/example_rmd/hw00-main.Rmd"