build_custom_get: Helper function to build custom S3 object readers.

View source: R/get.R

build_custom_getR Documentation

Helper function to build custom S3 object readers.

Description

Use this helper function to build custom reader tools. Define a function and associated arguments for reading into R and save as a reusable function.

Usage

build_custom_get(FUN, fun.defaults = NULL)

Arguments

FUN

function name, unquoted, used to read the file.

fun.args

list of named arguments to pass to FUN

Value

function


dkrozelle/s3r documentation built on May 16, 2022, 8:36 p.m.