We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a issue with build_from_derived i.e its dropping variables even when its in the spec and keep =TRUE eg:
library(metacore) library(metatools) library(admiral) library(haven) library(dplyr) library(lubridate) library(stringr) library(safetyData)
load(metacore_example("pilot_ADaM.rda")) ADVS_spec <- metacore %>% select_dataset("ADVS") spec_loc <- # SET STUDY SPEC PATH VS = sdtm_vs ADSL = adam_adsl
#get data : ds_list <- list(ADSL=ADSL,VS=VS)
ADVS <- build_from_derived( ADVS_spec, ds_list, dataset_name = NULL, predecessor_only = FALSE, keep = TRUE )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a issue with build_from_derived i.e its dropping variables even when its in the spec and keep =TRUE
eg:
library(metacore)
library(metatools)
library(admiral)
library(haven)
library(dplyr)
library(lubridate)
library(stringr)
library(safetyData)
load(metacore_example("pilot_ADaM.rda"))
ADVS_spec <- metacore %>% select_dataset("ADVS")
spec_loc <- # SET STUDY SPEC PATH
VS = sdtm_vs
ADSL = adam_adsl
#get data :
ds_list <- list(ADSL=ADSL,VS=VS)
ADVS <- build_from_derived(
ADVS_spec,
ds_list,
dataset_name = NULL,
predecessor_only = FALSE,
keep = TRUE
)
The text was updated successfully, but these errors were encountered: