R package for tasks inside All of Us Workbench (AllofUs or AOU)
library(devtools)
install_github('cmayer2/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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.