powered by
Returns a path for files based on ghdecompose.
ghdecompose
ghpath(df, from = c("outpath", "inpath", "minpath", "filename"))
a character vector with file pathes
data frame: returned from ghdecompose
character: either inpath (default), outpath, minpath, or filename
inpath
outpath
minpath
filename
ghget("dummy") pdf <- ghdecompose(ghlist(full.names=TRUE)) ghpath(pdf) ghpath(pdf, 'o') # equals the input to ghdecompose ghpath(pdf, 'i') ghpath(pdf, 'm') ghpath(pdf, 'f')
Run the code above in your browser using DataLab