[d5a14e]: / man / get_brennan_clin.Rd

Download this file

22 lines (21 with data), 567 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/get_brennan_clin.R
\name{get_brennan_clin}
\alias{get_brennan_clin}
\title{import clinical data from Brennan 2016}
\source{
\url{https://www.cell.com/cms/10.1016/j.cell.2013.09.034/attachment/9cefc2e8-caac-4225-bcdd-70f105ccf568/mmc7.xlsx}
}
\usage{
get_brennan_clin()
}
\description{
import clinical data from Brennan 2016
}
\note{
CSV extracted from XLSX; names normalized by janitor::clean_names, empty column deleted,
`case_id` added as rownames.
}
\examples{
head(get_brennan_clin)
}