transform_chr_to_num {ready4} | R Documentation |
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)
Arguments
digits_chr |
Digits (a character vector) |
Value
Digits (an output object of multiple potential types)
[Package ready4 version 0.1.18 Index]