truncateStrings argument is not respected when using queryTable with a default query (i.e. no column selection provided)
Open
jamiewhths
opened this issue 2 years ago
•
0 comments
When querying a table without providng columns, and passing the truncateStrings = FALSE argument, returned strings are still truncated i.e. this does not work:
x <- queryTable("formId", truncateStrings = FALSE)