Description Usage Arguments Value Examples
This cleans some text fields where special characters like ends of line. This is accesory function for PBADownloader
1 | cleanfields(sflayer)
|
sflayer |
sf object |
it returns the same layer with the corrections over the special characters
1 2 3 4 5 | ## Not run:
x <- st_read(sflayer)
cleanlayer <- cleanfields(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.