Description Usage Arguments Details Value
List targets contained within a remakefile
| 1 2 3 4 5 | list_targets(remake_file = "remake.yml", type = NULL,
  include_implicit_files = FALSE, include_cleanup_targets = FALSE)
list_dependencies(target_names, type = NULL, include_implicit_files = FALSE,
  include_cleanup_targets = FALSE, remake_file = "remake.yml")
 | 
| remake_file | Name of the remakefile to read (by default
 | 
| type | Type of target to return.  May be  | 
| include_implicit_files | Logical scalar indicating if implicit targets should be included. | 
| include_cleanup_targets | Logical scalar indicating if cleanup targets (which are automatically generated) should be included. | 
| target_names | Names of targets to list dependencies of (for
 | 
Do not rely on argument ordering here: please use argument names.
A character vector containing names of targets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.