################################################################### ### TASK: define the necessary populations for the study ### ################################################################### ### Example: create a treated population, by filtering out the ### patients who have been treated. # treated_population.d = data_updated %>% # filter( Treated == "1" ) EudraCT_data = data_updated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.