getPivotDataSet: Get data set for Pivot-table

View source: R/getPivotDataSet.R

getPivotDataSetR Documentation

Get data set for Pivot-table

Description

Load pre-processed dataset into pivot table.

Usage

getPivotDataSet(
  setId = "",
  registryName,
  singleRow = FALSE,
  session,
  userRole,
  fromDate,
  toDate
)

Arguments

setId

String defining name of data set to be returned

registryName

String naming the registry data

singleRow

Logical defining if only one row is to be returned. A relevant usecase will be when only description/variable-list is needed. By default set to FALSE

session

List shiny session object

userRole

String naming the user role

fromDate

first date to fetch

toDate

last date to fetch

Value

data frame


Rapporteket/NORIC documentation built on Feb. 15, 2024, 5:25 p.m.