numeric_cols | R Documentation |
Get numeric colum names
numeric_cols(.tbl, survey = NULL)
.tbl |
A tibble |
survey |
Default to NULL. The survey sheet from Kobo. |
If the survey sheet is provided, it returns numeric columns from .tbl
that are coded as decimal or numeric in the type
column of survey
. Otherwise, it returns all numeric columns from .tbl
.
A characater vector of numeric columns names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.