Description Usage Arguments Value
Change count data into frequency data by repeating lines of data frame via the count column.
1 | count.to.frequency(df, count, drop.na = FALSE)
|
df |
data frame |
count |
Column vector name (character) or index (integer) that specifies count data |
drop.na |
Logical: Default set to FALSE for speed, NA may affect output thus set to TRUE if unsure. |
df with mode types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.