View source: R/writeTableToCSV.R
| writeTableToCSV | R Documentation | 
Function to write a table (without geometry) as a csv file.
writeTableToCSV(tbl, file = "table.csv")
tbl | 
  | 
file | 
  | 
Requires sf package. If tbl is a
sf object (i.e., with geometry information), the
geometry information is dropped.
invisible NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.