Description Usage Arguments Value
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.
| 1 | gft_create(x, name, duplicate = FALSE, ...)
 | 
| 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 | 
A string of length 1, the Fusion Table ID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.