Skip to content

CAPLTER/RArable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RArable

A R package for Arable API

Install

devtools::install_github('byzheng/RArable')

Usage

library(RArable)
email <- '[email protected]'
password <- 'your-password'
tenant <- 'your-organisation'
connect(email = email, password = password, tenant = tenant)
devices <- get_devices()

if (length(devices) > 0) {
    devices <- devices[[1]]$name
    start <- as.POSIXct("2018-04-25 00:00:00")
    end <- Sys.time()
    observations <- get_data(devices = devices, start = start, end = end)
}

About

A R package for Arable API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%