Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

SpatialMap/spatialmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fireData


About

The SpatialMap R package allows to manage SpatialMap user accounts and to update/upload/download pRoloc Datasets. This package is a fully integrated API connector to the SpatialMap platform and enables the programmatic access to all hosted datasets.

Setup

if (!require("devtools")) install.packages("devtools")
devtools::install_github("SpatialMap/spatialmap")

library(spatialmap)

Examples

Loading pRolocdatasets
library(pRolocdata)
pRolocdata()
data("E14TG2aR")
Create a new account
createAccount()
Login (optional to receive token)
login()
Download Dataset (ID retrived from SpatialMap Platform)
object = download("-L-mRzp_fh6z1IdRQjWg")
Upload new dataset
upload(dataset = "E14TG2aR", name = "testData", public = FALSE)
Update existing dataset
update("E14TG2aR", name = "testMarch", randomKey = "-LFYwVIskvIQf-kCktgF", public = TRUE)

About

A interface SpatialMap's firebase backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages