Closed botsp closed 2 months ago
I found the reason. Although teal_data()
and teal_data_module()
can successfully create a verified S4 object, the data types in R are quite different from those generated by cdisc_data()
.
The data produced by cdisc_data()
has predefined data types, such as setting ARM as a factor; and this is the data type required by tm_t_summary()
.
What is your question?
adsl.zip When I load a dataset into this module, it report that message and failed to create the Demographic table;
This might caused by the dataset that I loaded, as if use a dataset from
random.cdisc.data
, it would works well; But the loaded datasets is merely a common ADSL. Confused about the reasons.Here I create two S4 object,
data
contains ADSL fromrandom.cdisc.data
,data_my
contains a loaded ADSL; The app related codes are same.Code of Conduct
Contribution Guidelines
Security Policy