export_sites: Export Sites

View source: R/export_sites.R

export_sitesR Documentation

Export Sites

Description

Export sampling sites for field programs

Usage

export_sites(
  output_dir = NA,
  site_type_a = NA,
  type_b = NA,
  site_type_c = NA,
  export_csv = TRUE,
  export_shp = TRUE,
  export_kml = TRUE,
  seperate_files = TRUE
)

Arguments

output_dir

String. Local file path the an output directory on your computer.

site_type_a

Sample Sites Type A. sf data frame returned from grouped_random_sample()

type_b

Sample Sites of Type B and line segments. Object returned from road_proximity_sample().

site_type_c

Sample Sites Type C. sf data frame returned from strm_grts()

export_csv

Boolean. Should a csv file be exported to the output directory.

export_shp

Boolean. Should a shp (shape file) file be exported to the output directory.

export_kml

Boolean. Should a kml file be exported to the output directory.

seperate_files

Boolean. Should seperate files be created for each site type.

Details

Define an output directory to export field sampling sites. Choose from available output formats. Note that when exporting to KML and SHP file format the data will be re-projected to latitude/longitude (EPSG: 4326).

Value

Populates the export directory with output files


essatech/wsep.t2 documentation built on Sept. 3, 2022, 5:56 a.m.