cleanfields: cleanfields

Description Usage Arguments Value Examples

View source: R/cleanfields.R

Description

This cleans some text fields where special characters like ends of line. This is accesory function for PBADownloader

Usage

1
cleanfields(sflayer)

Arguments

sflayer

sf object

Value

it returns the same layer with the corrections over the special characters

Examples

1
2
3
4
5
## Not run: 
x <- st_read(sflayer)
cleanlayer <- cleanfields(x)

## End(Not run)

cesarkero/PBADownloader documentation built on Feb. 2, 2021, 12:24 a.m.