dir_order | R Documentation |
Requires that you run someone's full script and not just update a single figure because then the manipulation time will be off.
dir_order(..., grep)
... |
The creation of a file path using |
grep |
A regular expression you want to search for in the directory. |
A vector of file names that are in order from the time that the files were manipulated.
Kelli F. Johnson
dir_order("tables", grep = "-|_")
dir_order(c("tables", "figures"), grep = "cpuewa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.