View source: R/create_results_dir.R
create_results_dir_path | R Documentation |
Create results directory path
create_results_dir_path(data_name, results_dir = NULL)
data_name |
String. Will be used for the name of the created output folder. |
results_dir |
A string with the path to the directory where results
are to be stored or can be found. For example, if the data in question
is (to be) stored in |
String with platform appropriate file path to be used for the results directory for a given data set.
Pedro Santos Neves
results_dir_path <- create_results_dir_path(data_name = "Azores")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.