| wd_isdir | R Documentation |
Checks if the resource on WebDAV is a directory
wd_isdir(req, directory, silent = FALSE)
req |
request handle obtained from |
directory |
path to directory |
silent |
if FALSE a warning is given if the directory does not exists |
TRUE if it is a directory, FALSE else
## Not run:
wd_isdir(r, "testfile.R") # FALSE
wd_isdir(r, "mydirectory") # TRUE
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.