Getting started
Installation
devtools::install_github("redivis/redivis-r", ref="main")Example usage
library("redivis")
organization <- redivis$organization("demo")
dataset <- organization$dataset("cms_2014_medicare_data")
table <- dataset$table("home_health_agencies")
df <- table$to_tibble()Authentication
Within a Redivis notebook (automatic)
From another environment (OAuth)
From a long-running service (API Token)
Learn more
ReferenceExamplesWas this helpful?

