str_wkt: Function to create WKT strings.

View source: R/str_wkt.R

str_wktR Documentation

Function to create WKT strings.

Description

Function to create WKT strings.

Usage

str_wkt(latitude, longitude, type = "point", round = NA)

Arguments

latitude

Latitude vector.

longitude

Longitude vector.

type

Type of geom to create. Only "points" are supported currently.

round

Decimal points to round latitude and longitude vector.

Value

Character vector.

Author(s)

Stuart K. Grange


skgrange/gissr documentation built on Feb. 24, 2024, 2:55 p.m.