subset_column {medicare} | R Documentation |
Subset the desired dataset, based on a column code.
Description
This function is not standalone - it is called from the cr_extract function.
Usage
subset_column(dataset, column)
Arguments
dataset |
The name of a cost report alpha or numeric dataset |
column |
The column of the workheet |
Value
A subset of the provided dataset, subset to only having columns of the correct value
[Package medicare version 0.2.1 Index]