vc_credits: Validates and If Formatted Like Credit

View source: R/vc_credits.R

vc_creditsR Documentation

Validates and If Formatted Like Credit

Description

Validates and If Formatted Like Credit

Usage

vc_credits(data, x, ...)

Arguments

data

A data frame.

x

Column name from data (character string).

...

ignored.

Examples

dat <- data.frame(
    credits = c(NA, 1.21, 1.34, '4.0', '5.0', .1, 12, 1111),
    stringsAsFactors = FALSE
)
vc_credits(dat, 'credits')

steventsimpson/valiData documentation built on Jan. 27, 2023, 2:11 p.m.