Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add cdisc information into JoinKeys (#132)
closes #120 - removed `CDISCTealData` and replaced its functionality with `TealData`. - removed `join_keys` mentions in `TealDataset` and `TealDatasetConnector`. - updated wrappers `cdisc_data` and `teal_data` to set up join_keys by calling `JoinKeys` functionalities. They check if `join_keys` are passed otherwise they create them according to primary keys. - deprecated `cdisc_data_file` - Added tests to `test-joinKeys.R` - Updated and added tests of `test-TealData`, `test-TealDataAbstract`, `test-cdisc_data` and `test-teal_data`. - updated `teal.slice::init_filtered_data` to remove `CDISCTealData` S3 method and to account for `cdisc` status in the `TealData` S3 method: insightsengineering/teal.slice#169 --------- Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Arkadiusz Beer <[email protected]> Co-authored-by: Andrew Bates <[email protected]> Co-authored-by: Dawid Kałędkowski <[email protected]>
- Loading branch information