Skip to contents

From within a Dataset JSON file, read the data into session

Usage

read_dataset_json(json_file)

Arguments

json_file

Source file location of dataset json file

Value

A tibble of the Dataset JSON contents

Examples


read_dataset_json(
  url("https://raw.githubusercontent.com/lexjansen/sas-papers/master/pharmasug-2022/json/sdtm/dm.json")
)
#> Error in src$clinicalData$itemGroupData[[1]]$itemData %>% as_tibble(.name_repair = "minimal"): could not find function "%>%"