ghpath: ghpath

View source: R/ghpath.R

ghpathR Documentation

ghpath

Description

Returns a path for files based on ghdecompose.

Usage

ghpath(df, from = c("outpath", "inpath", "minpath", "filename"))

Arguments

df

data frame: returned from ghdecompose

from

character: either inpath (default), outpath, minpath, or filename

Value

a character vector with file pathes

Examples

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')

mmstat4 documentation built on May 29, 2024, 11:15 a.m.