rita_sample | R Documentation |
Generate List of RTRI-Positive Clients whose Viral Load Samples Have Been Collected
rita_sample(data, from = NULL, to = NULL, states = NULL, facilities = NULL)
data |
An NDR dataframe imported using the |
from |
The start date in ISO8601 format (i.e. "yyyy-mm-dd"). The default is to start at the beginning of the current Fiscal Year (i.e. 1st of October). |
to |
The end date written in ISO8601 format (i.e. "yyyy-mm-dd"). The default is the date of analysis. |
states |
The name(s) of the State(s) of interest. The default utilizes all
the states in the dataframe. If specifying more than one state, combine the
states using the |
facilities |
The name(s) of the facilit(ies) of interest. Default is to utilize
all the facilities contained in the dataframe. If specifying more than one
facility, combine the facilities using the |
Line-list of clients with recent infection and a viral load samples collected
## Get HTS_POS clients who had recency testing and viral load sample collected sample_collected <- rita_sample(recency_example) ## Samples collected in 'Ayetoro', and 'Arewa' states rita_sample(recency_example, states = c("Arewa", "Ayetoro"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.