add_shim: Add a function to the list of functions that get checked for...

Description Usage Arguments

View source: R/fertile.R

Description

Add a function to the list of functions that get checked for file path issues.

View/edit list of user created shims.

Remove all user-added shims from the global environment

Write shims for all possible shimmable functions

Check that shims file exists and return path

Read shim file

Get list of active shims in global environment

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15

Arguments

func

name of function you want to create a shim for (e.g. "read_excel")

package

name of package that provided function is from (e.g. "readxl")

path_arg

name of path-related argument in that function (if not specified, fertile will make an educated guess).


baumer-lab/fertile documentation built on April 19, 2021, 12:01 a.m.