export_sites | R Documentation |
Export sampling sites for field programs
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 )
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 |
type_b |
Sample Sites of Type B and line segments. Object returned from |
site_type_c |
Sample Sites Type C. sf data frame returned from |
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. |
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).
Populates the export directory with output files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.