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