gft_create: Create a new Fusion Table from an R Object

Description Usage Arguments Value

Description

Upload an R object as a Fusion Table. If x is class st_sf then the geometry will be converted to KML text prior to uploading for automatic geo-referencing within Fusion Tables. Currently sf_to_kml() only supports point features.

Usage

1
gft_create(x, name, duplicate = FALSE, ...)

Arguments

x

A dataframe or simple feature to be written to Google Fusion Table

name

A string representing the name of the new fusion table

duplicate

A logical, where TRUE allows Fusion Tables with the same name (note that the ID is generated by Fusion Tables will be different even if names match)

...

Named arguments specifying path and file to direct gft_get_token to the cached OAuth token or a token object

Value

A string of length 1, the Fusion Table ID


jpshanno/gft documentation built on May 24, 2019, 7:34 a.m.