util_rio_import function

Import a data frame

Import a data frame

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

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

Returns

data.frame as in rio::import

  • Maintainer: Stephan Struckmann
  • License: BSD_2_clause + file LICENSE
  • Last published: 2025-03-05