DataFrameConvert: Change the type of data frame columns.

View source: R/Converter.R

DataFrameConvertR Documentation

Change the type of data frame columns.

Description

Change the type of data frame columns.

Usage

DataFrameConvert(Df, ColSpec, FileSpec, Preview = FALSE)

Arguments

Df

A data frame

ColSpec

A list specifying the columns to import.

FileSpec

A list describing the expected CSV format. (see details).

Preview

FALSE (default) returns a working data frame. If Preview is TRUE or numeric all columns are character. The number of rows can be changed with Preview being numeric.

Value

A data frame


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