make_foldername | R Documentation |
Create new folder name
make_foldername(parent_path, parameter_names, parameter_vals, sep = "/")
parent_path |
The parent directory where to put the new folder |
parameter_names |
The parameters that distinguish this folder's scenario |
parameter_vals |
The actual parameter values |
sep |
file name separator - default to |
A string for folder name
make_foldername("/user",c("theta","alpha","beta"),c(1,2,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.