Learn R Programming

disk.frame (version 0.1.0)

create_dplyr_mapper: A function to make it easier to create dplyr function for disk.frame

Description

A function to make it easier to create dplyr function for disk.frame

Usage

create_dplyr_mapper(dplyr_fn, warning_msg = NULL)

Arguments

dplyr_fn

The dplyr function to create a mapper for

warning_msg

The warning message to display when invoking the mapper