conv_type_ref: Convert a set of types from or to R supported types

View source: R/TYPEDEF.R

conv_type_refR Documentation

Convert a set of types from or to R supported types

Description

Convert a set of types from or to R supported types

Usage

conv_type_ref(x, from = NULL, to = NULL, ignore.case = TRUE)

Arguments

x

a character vector of types to be converted. If from is not null, x should be a set of valid types in the from reference. If to is not null, x should be a set of supported R types (SUPPTYPES).

from

a character vector of length one: the type reference (list_type_ref) of x

to

a character vector of length one: the targeted type reference (list_type_ref)

ignore.case

should case be ignored when converting 'from“ type reference (default: TRUE)

Details

Only from XOR to should be set


ReDaMoR documentation built on April 4, 2025, 2:39 a.m.