numeric_cols: Get numeric colum names

View source: R/monitor.R

numeric_colsR Documentation

Get numeric colum names

Description

Get numeric colum names

Usage

numeric_cols(.tbl, survey = NULL)

Arguments

.tbl

A tibble

survey

Default to NULL. The survey sheet from Kobo.

Details

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.

Value

A characater vector of numeric columns names


gnoblet/impactR documentation built on March 20, 2023, 2:24 a.m.