Description Usage Arguments Value Examples
View source: R/dog_spread_SKS.R
This function takes a data frame in long format
1 2 | dog_spread_SKS(df, Billing_code = Billing_code,
Accession_number = Accession_number, col_name, ...)
|
df |
A data frame in long format. |
Billing_code |
The variable to spread. |
Accession_number |
The ID for the Billing code. |
col_name |
Choose the output column name. |
... |
Other |
A data frame with a new column which we have chosen with col
.
1 | dog_spread_SKS(ris_test, col_name = SKS)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.