extract_practices: Combine practice files

View source: R/misc_functions.R

extract_practicesR Documentation

Combine practice files

Description

Combine practice files

Usage

extract_practices(filepath, select = NULL)

Arguments

filepath

Path to directory containing practice .txt files.

select

Character vector of column names to select.

Value

Data frame with patient information

Examples


## Extract cohort data
prac<-extract_practices(filepath = system.file("aurum_data", package = "rcprd"))
prac


rcprd documentation built on Sept. 9, 2025, 5:24 p.m.