View source: R/check_folder_name.R
check_folder_name | R Documentation |
folder_name
is validCheck if the folder_name
is valid
Will stop if not.
check_folder_name(folder_name)
folder_name |
name of a folder, as checked by check_folder_name |
Nothing. Will stop if folder_name
is invalid.
Richèl J.C. Bilderbeek
check_folder_name(".")
check_folder_name("~/my_folder")
check_folder_name("~/my_folder/")
check_folder_name("/home/my_folder")
check_folder_name("/home/my_folder/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.