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

harmonize_subjid() throws uneccessary warnings #84

Open
4 tasks
DanChaltiel opened this issue Jan 29, 2025 · 0 comments
Open
4 tasks

harmonize_subjid() throws uneccessary warnings #84

DanChaltiel opened this issue Jan 29, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@DanChaltiel
Copy link
Owner

DanChaltiel commented Jan 29, 2025

#' @param preprocess an optional function to modify the subject ID column, for example `as.numeric()`. See examples.

Warning: Datasets from this lookup are not available in the global environment.

Thrown by edc_lookup() from get_subjid_cols()

  • don't use get_subjid_cols() inside the mutate
  • set default col_subjid=NULL, then set it inside using the lookup from datalist, or edc_lookup(check=FALSE)
  • why do we preprocess twice?
  • preprocess=as.numeric (e.g. atz) is VERY long
@DanChaltiel DanChaltiel added the bug Something isn't working label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant