writeTableToCSV: Write a table (without geometry) as a csv file

View source: R/writeTableToCSV.R

writeTableToCSVR Documentation

Write a table (without geometry) as a csv file

Description

Function to write a table (without geometry) as a csv file.

Usage

writeTableToCSV(tbl, file = "table.csv")

Arguments

tbl
  • table (sf, tibble, or dataframe object)

file
  • file name

Details

Requires sf package. If tbl is a sf object (i.e., with geometry information), the geometry information is dropped.

Value

invisible NULL


wStockhausen/wtsGIS documentation built on Aug. 23, 2023, 2:31 a.m.