This Package provides functions to connect Qlik Sense via q-risotto (the Qlik Sense REST API wrapper service) and to retrieve data out of Qlik Sense applications by defining HyperCubes.
Install the package senser from GitHub in your R environment:
install.packages("devtools")
library(devtools)
install_github("ralfbecher/senser")
- senser_data: Retrieves a dataframe containing data from a Qlik Sense HyperCube
- senser_timeline: Retrieves a dataframe containing timeline data with a date vector from a Qlik Sense HyperCube
- senser_timeline_fmt: Retrieves a dataframe containing timeline data with a formatted date vector from a Qlik Sense HyperCube
See more details in package docu and q-risotto README.
Ralf Becher
Copyright © 2018 Ralf Becher
Released under the MIT license.