View source: R/getPivotDataSet.R
getPivotDataSet | R Documentation |
Some tables are returned as they are, with only raw data. Other tables are treated (importation of variables from other tables, generation of new variables) before the data frame is returned.
getPivotDataSet(
setId = "",
registryName,
session,
singleRow = FALSE,
reshId = NULL,
userRole,
fromDate = NULL,
toDate = NULL
)
setId |
String providing name of data set to be returned. One of the values "pros_patient" containing procedure and patient data or "rand12" containing data from rand12 questionnaire. |
registryName |
String providing registry name. |
session |
List shiny session object. |
singleRow |
Logical defining if only one row is to be returned. |
reshId |
Integer organization id |
userRole |
String dummy/placeholder role. "LC" has access only to local data (defined by reshId), "SC" has access to national data. |
data frame
## Not run: d_ablanor <- getPivotDataSet(setId = "pros_patient")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.