Get the full resource list of markdown files
Arguments
- path
path to the lesson
- trim
if
TRUE
, trim the paths to be relative to the lesson directory. Defaults toFALSE
, which will return the absolute paths- subfolder
the subfolder to check. If this is
NULL
, all folders will checked and returned (default), otherwise, this should be a string specifying the folder name in the lesson (e.g. "episodes").- warn
if
TRUE
andsubfolder = "episodes"
, a message is issued to the user if the episodes field of the configuration file is empty.