Learn R Programming

berryFunctions (version 1.11.0)

funSource: Source code of a function

Description

open github.com/cran source code of a function in a package

Usage

funSource(x, character.only = FALSE)

Arguments

x
function name, with or without quotation marks
character.only
If TRUE, look for SomeFun instead of MyFun if MyFun <- "SomeFun". DEFAULT: FALSE

Value

link that is also opened

Examples

Run this code
# ToDo: add message: "function also found in: " 

Run the code above in your browser using DataLab