Skip to content

cran/cumulocityr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cumulocityr

Travis build status Codecov test coverage

R client for the Cumulocity API.

Installation

You can install the released version of cumulocityr from GitHub with devtools:

# install.packages("devtools)
devtools::install_github("SoftwareAG/cumulocityr")

Example

library(cumulocityr)

devices <- get_devices()

measurements <- get_measurements(device_id = 1234,
                                 date_from = "2019-09-30T20:00:00Z")

events <- get_events(device_id = 1234,
                     date_from = "2019-09-30T20:00:00Z")

Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.

About

❗ This is a read-only mirror of the CRAN R package repository. cumulocityr — Client for the 'Cumulocity' API. Homepage: https://softwareag.github.io/cumulocityr/https://github.com/SoftwareAG/cumulocityr Report bugs for this package: https://github.com/SoftwareAG/cumulocityr/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages