ghpath {mmstat4}R 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')

[Package mmstat4 version 0.2.1 Index]