locate_batons | R Documentation |
Search for batons in R environment or directory.
locate_batons(
loc = .GlobalEnv,
relay_type = getOption("relay_type", default = c("CANCELLED", "PRACTICE",
"COMPETITION")),
suppress_messages = FALSE,
...
)
loc |
location to look for batons; default set to |
relay_type |
character value for the type of the baton (e.g. 'CANCELLED', 'PRACTICE', or 'COMPETITION'); default is all of them. |
suppress_messages |
boolean value to determine if messages listing discovered batons are suppressed. |
... |
parameters passed to |
character vector describing location of batons in file system or in R session by name.
## Not run:
# Using folder path
locate_batons('path/to/baton/directory')
# Check R environment
locate_batons()
# Locate specific type of batons
locate_batons(relay_type = 'PRACTICE')
# Use global option to have defaults set to just the one type
options(relay_type = 'PRACTICE')
locate_batons()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.