dummy_function: A function that returns TRUE

Description Usage Arguments Details Examples

View source: R/dummy.R

Description

This function does nothing. It merely returns TRUE.

Usage

1
dummy_function(x, one_argument, another_argument)

Arguments

x

first argument. Ignored.

one_argument

second argument. Also ignored.

another_argument

third arument. You guessed it: Ignored.

Details

Nothing to see here, move along.

Examples

1
2
# This example shows how useless this function is
dummy_function()

eliocamp/dummy documentation built on Nov. 4, 2019, 11:51 a.m.