Description Usage Arguments Value
View source: R/check_directory_name.R
A function to ensure that a directory name is in the proper format to be pasted together with a file name. It adds a trailling / if necessary.
1 | check_directory_name(directory)
|
directory |
A string containing a directory path that we wish to check. |
A string object that is a directory name with a trailing slash, which is what will be required if we wish to paste it and a file name together.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.