sf {spbabel}R Documentation

TBD Convert from dplyr tbl form to simple features.

Description

Not yet implemented.

Usage

sf(x, ...)

## S3 method for class 'data.frame'
sf(x, attr_tab = NULL, crs, ...)

Arguments

x

tibble as created by sptable

...

unused

attr_tab

remaining data from the attributes

crs

projection, defaults to NA_character_

Value

sf


[Package spbabel version 0.6.0 Index]