Skip to contents

Calculate the percentage of missing and other data type values in a vector containing different data types such as numeric, Date, character, and logical.

Usage

scan_columns(x)

Arguments

x

A vector of ones or a combination of various data types.

Value

A vector of 5 elements representing the percentage of missing, numeric, date, character, and logical values found in the input vector.