redivis::organization("Demo")
$dataset("CMS 2014 Medicare Data")
$table("Hospice providers")
# We can specify an optional max_results argument to only
# load some of the records, and an optional variables
# argument to only load certain variables
$to_tibble(max_results=100, variables=c("name","city","state"))