View source: R/FileQueries.R.R
get_path_from_splitpath | R Documentation |
File and FileList Operations
get_path_from_splitpath(project, splitpath, file_object_only = FALSE)
project |
a sevenbridges 'Project' object. See readme for instructions on how to create this object |
splitpath |
a single vector where each element in a folder/file in a filepath |
file_object_only |
return only the file object - or a list where element 1 is file object and element 2 is a dataframe of all cached filepaths stepped through on the way to finding the file (boolean) |
File at the end of the filepath (sevenbridges Files class object) OR NA if file doesnt exist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.