Learn R Programming

wyz.code.offensiveProgramming (version 1.1.24)

print.FunctionParameterName: Print generic method for S3 class FunctionParameterName

Description

Prints the FunctionParameterName data

Usage

# S3 method for FunctionParameterName
print(x, ...)

Arguments

x

the FunctionParameterName object to consider

...

any other argument, passed to print.

Author

tools:::Rd_package_author("wyz.code.offensiveProgramming")

Maintainer: tools:::Rd_package_maintainer("wyz.code.offensiveProgramming")

Examples

Run this code
fn <- FunctionParameterName('x_s')
print(fn)

Run the code above in your browser using DataLab