Skip to contents

These are standard locations for storing data, config, and cache information for SSURGO Portal outside of the installation in the R package library.

Usage

ssurgo_portal_dir(which = "data")

Arguments

which

One or more of: "data", "config", "cache"

Value

character. Path to data, config or cache directories, respectively.

Examples

ssurgo_portal_dir("data")
#>                                       data 
#> "/home/runner/.local/share/R/SSURGOPortal" 
ssurgo_portal_dir("config")
#>                                config 
#> "/home/runner/.config/R/SSURGOPortal" 
ssurgo_portal_dir("cache")
#>                                cache 
#> "/home/runner/.cache/R/SSURGOPortal"