Learn R Programming

ready4 (version 0.1.18)

transform_chr_to_num: Transform character vector to numeric

Description

transform_chr_to_num() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform character vector to numeric. The function returns Digits (an output object of multiple potential types).

Usage

transform_chr_to_num(digits_chr)

Value

Digits (an output object of multiple potential types)

Arguments

digits_chr

Digits (a character vector)