Skip to content

R Package to retrieve data from Qlik Sense

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ralfbecher/senser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R Package to retrieve data from Qlik Sense

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.

Installation

Install the package senser from GitHub in your R environment:

install.packages("devtools")
library(devtools)
install_github("ralfbecher/senser")

Functions

  • 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.


Author

Ralf Becher

License

Copyright © 2018 Ralf Becher

Released under the MIT license.


About

R Package to retrieve data from Qlik Sense

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages