
Create a table of study methods
methods_table.RdCreates an interactive table summarising the methods of studies included in the systematic review.
Arguments
- data
Data frame in the format of
ARDSMAICR::data_study
Details
Input columns should be:
id- Integer 1 to n studies - dblFirst_author- First author family name - chrArticle_title- Article title - chrYear- Year of publication - dblJournal- Journal - chrDOI- Digital object identifier - dblPMID- PubMed ID - dbluID- Unique ID. Format isFirst_Author Year PMID- chrMethod- Study method e.g., "GWAS" - chrTechnology- Technology used e.g., "Microarray" - chrTissue- Tissue type sampled e.g., "BALF" - chrCell- Cell type sampled e.g., "Neutrophils" - chrFocusStudy focus e.g., "Susceptibility" - chrARDS_pts- Total number of patients with ARDS included in study - dblARDS_definition- Definition of ARDS used in study - chrList_available- Was the gene list associated with the study retrievable - lgl
Examples
if (FALSE) {
if(interactive()){
methods_table(ARDSMAICR::data_study)
}
}