Incomplete reports with dataquieR version 2.8.2
I get incomplete reports with dataquieR version 2.8.2
my_dq_report <- dq_report2 (study_data = study_data,
meta_data_v2 = "metadata_item_level.xlsx",
dimensions = "all",
advanced_options = list(dataquieR.force_label_col = "TRUE"),
author = "...",
title = "...")
error messages in resultset:
acc.... function not found{width=533 height=107}
After printing with
print(my_dq_report, dir = ".... Report",
disable_plotly = FALSE,
advanced_options = list(dataquieR.force_label_col = "TRUE"))
only the single variable list is visible.
issue