Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Template R code #17

Closed
rammprasad opened this issue Oct 31, 2023 · 3 comments · Fixed by #30
Closed

Documentation: Template R code #17

rammprasad opened this issue Oct 31, 2023 · 3 comments · Fixed by #30
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@rammprasad
Copy link
Collaborator

Please select a category the issue is focused on?

Developer Guides

Let us know where something needs a refresh or put your idea here!

Develop a Vignette to demonstrate how the {sdtm.oak} functions and algorithms can be used to create SDTM domains.

@rammprasad rammprasad added the documentation Improvements or additions to documentation label Oct 31, 2023
@rammprasad rammprasad self-assigned this Oct 31, 2023
@github-project-automation github-project-automation bot moved this to Product Backlog in sdtm.oak R package Oct 31, 2023
edgar-manukyan added a commit that referenced this issue Jan 31, 2024
…cm domain (#30)

* All about metadata Vignette

* CM domain pseudocode

* Update Description file

* Algorithms Article

* styler updates

* styler updates

* review comments & pipeline failures

* description file update

* pipeline failures

* address pipeline failure

* lint errors.

* Fix lintr link error

* Updates

* add cm test data

* Styler update

* lint issue

* #17 fix typo, add info, add cm SDTM example

* Automatic renv profile update.

* Automatic renv profile update.

---------

Co-authored-by: Adam Foryś <[email protected]>
Co-authored-by: edgar-manukyan <[email protected]>
Co-authored-by: edgar-manukyan <[email protected]>
@joybvictor
Copy link

What library needs to be installed to use the functions read_raw_data_csv, read_sdtm_spec_csv, and read_study_ct_csv. ? I'm quite new to GitHub and not sure if I'm doing it correctly.

@ramiromagno
Copy link
Collaborator

ramiromagno commented Feb 2, 2024

Hi @joybvictor ,

Those functions are to be understood as pseudocode. Their implementation is actually not provided as of yet. You can nonetheless read the CSVs with any importer, e.g. read.csv() or readr::read_csv(). I hope that helps.

@joybvictor
Copy link

Understood. I've already loaded the library(readxl), but I want to confirm that I'm on the right path.

@ramiromagno ramiromagno moved this from Product Backlog to Done in sdtm.oak R package Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Development

Successfully merging a pull request may close this issue.

3 participants