Description Usage Arguments Details Value
View source: R/orderDefaultPropFiles.R
Model default props inter-dependences
1 | orderDefaultPropFiles(start, chain)
|
start |
a file name (full path or basename) that correstponds to one of the names of the chain list |
chain |
a named list whose names are file names (basename) and whose elements are each the vecter of file names (full file path) that the named file lists as default props. |
On a remote server, the value of start is already the basename; locally, its a full file path. If a file path is passed in, the basename of the path is taken to match to the names of chain.
a list of: missing: full file paths whose basename is not in names(chain) dangling: The name of the file that lead to the file path(s) that are missing chained: a vector of basenames, ending with 'start'. This is the order in which to load the available default props files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.