R package for tasks inside All of Us Workbench (AllofUs or AOU)
The package new home is https://github.com/lhncbc/CRI/tree/master/AoU/r4aou
library(devtools)
install_github('vojtechhuser/r4aou')
aou_tables()
library(purrr);library(tidyverse);library(magrittr);library(devtools);library(stringr);library(bigrquery);library(glue)
options(scipen=999) #disable scientific notation
dataset = Sys.getenv('WORKSPACE_CDR')
dataset
cdmDatabaseSchema <- dataset
billing=Sys.getenv('GOOGLE_PROJECT')
billing