read_records | R Documentation |
read_records
reads records that have been
written through write_records.
read_records(file, as_sf = TRUE, verbose = TRUE)
file |
character file path from where to read the records file. |
as_sf |
logical specifies if the records shall be returned as sf object. Otherwise a data.frame will be returned. Default is TRUE. |
verbose |
logical, if |
sf object or data.frame depending on as_sf
.
Henrik Fisser, 2020
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.