get_count | R Documentation |
Count number of non-missing values Displays number of non-missing rows.
get_count(data, strata, variable, name, output)
data |
tibble containing data. Can't be a grouped tibble |
strata |
variable to stratify output by. Needs to be a factor to force to ordering to work. |
variable |
Ideally a factor variable. If not, gets converted to factor anyway. |
name |
string name to put into the row |
output |
The dataframe to append the requested summary to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.