ghpath | R Documentation |
Returns a path for files based on ghdecompose
.
ghpath(df, from = c("outpath", "inpath", "minpath", "filename"))
df |
data frame: returned from |
from |
character: either |
a character vector with file pathes
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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.