under_score: The alias creators

Description Usage Arguments

View source: R/main.R

Description

This package scans the list of exported functions and creates either underscored or camelCase variants. For example, ‘plotLike’ becomes ‘plot_lik’ and ‘geom_point’ becomes ‘geomPoint’

Usage

1
2
3
under_score(package, package.lib = NULL)

camelCase(package, package.lib = NULL)

Arguments

package

name (as a character string)

package.lib

character vector specifying library. The default NULL, will search through .libPaths() for location of package


csgillespie/renamer documentation built on May 14, 2019, 12:23 p.m.