ghdecompose | R Documentation |
Decomposes a path of a set of files (or dirs) in several parts:
ghdecompose(files, dirs = FALSE)
files |
character vector: path of files |
dirs |
logical: directory or files names (default: |
outpath
the path part which is common to all files (basically the place where the ZIP file was extracted)
inpath
the path part which is not necessary for a unique address in teh ZIP file
minpath
the minimal path part such that all files addressable in unique manner,
filename
the basename of the file, and
source
the input to shortpath
.
a data frame with five variables
ghget("local")
pdf <- ghdecompose(ghlist(full.names=TRUE))
pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.