is_dir | R Documentation |
Is the path a file/directory?
is_dir(x)
is_file(x)
x |
A vector of file paths |
These are essentially taken from utils::file_test()
for op = '-d'
and
op = -f
but separated.
A logical
vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.