util_rio_import: Import a data frame

View source: R/util_rio_import.R

util_rio_importR Documentation

Import a data frame

Description

see rio::import, but with argument keep_types and modified error handling.

Usage

util_rio_import(fn, keep_types, ...)

Arguments

fn

the file name to load.

keep_types

logical keep types as possibly defined in the file. set TRUE for study data.

...

additional arguments for rio::import

Value

data.frame as in rio::import


dataquieR documentation built on May 29, 2024, 7:18 a.m.