run_eda | R Documentation |
Run R scripts in sequence
run_eda(dir = file.path(getwd(), "src"), pattern = "^eda.*[.]R$")
dir |
String. Name of the directory where the R scripts are located. |
pattern |
Regex pattern. Pattern to filter the source files to run. |
Run R scripts named after a pattern in a specified directory.
Number of source files run.
## Not run:
run_eda(dir = file.path(getwd(), "src"), pattern = "^eda.*[.]R$")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.