ColSpec2ShortType: ColSpec2ShortType

View source: R/DataTypes.R

ColSpec2ShortTypeR Documentation

ColSpec2ShortType

Description

Converts a vroom::cols specification and turns it into standard abbreviations.

Usage

ColSpec2ShortType(colspec)

Arguments

colspec

A vroom::cols specification

Value

a character vector with single characters

Examples

ColSpec2ShortType(vroom::cols(a = "i", b = "d", c = "T"))
#> integer  double datetime
#>     "i"     "d"      "T"

SigurdJanson/shinyCSVImpoMod documentation built on Jan. 5, 2023, 3:57 a.m.