View source: R/misc_functions.R
extract_practices | R Documentation |
Combine practice files
extract_practices(filepath, select = NULL)
filepath |
Path to directory containing practice .txt files. |
select |
Character vector of column names to select. |
Data frame with patient information
## Extract cohort data
prac<-extract_practices(filepath = system.file("aurum_data", package = "rcprd"))
prac
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.