Skip to contents

Find the location of external data Functions get_*() download external data

Usage

find_ext_data(
  input_treemap_dir = NULL,
  input_foresttype_dir = NULL,
  input_landfire_dir = NULL
)

Arguments

input_treemap_dir

character. directory where Treemap 2016 exists. Use get_treemap() first.

input_foresttype_dir

character. directory where Forest Type Groups data exists. Use get_foresttype() first.

input_landfire_dir

character. directory where LANDFIRE CBD data exists. Use get_landfire() first.

Value

Returns a list where the values will be either NULL if unable to locate the external data files , or the directory where the external data files were located. The list includes the named variables treemap_dir and foresttype_dir

Examples

 if (FALSE) { # \dontrun{
 find_ext_data()
 } # }