| orderly_resource | R Documentation |
Declare that a file, or group of files, are an orderly
resource. By explicitly declaring files as resources orderly will
mark the files as immutable inputs and validate that your analysis
does not modify them when run with orderly_run()
orderly_resource(files)
files |
Any number of names of files or directories. If you list a directory it is expanded recursively to include all subdirectories and files. |
Invisibly, a character vector of resources included by the call. Don't rely on the order of these files if they are expanded from directories, as this is likely platform dependent. If a path was not found, then we throw an error.
# An example in context within the orderly examples:
orderly_example_show("strict")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.