getSource {inlinedocs}R Documentation

getSource

Description

Extract a function's source code.

Usage

getSource(fun.obj)

Arguments

fun.obj

A function.

Value

Source code lines as a character vector.

Author(s)

Toby Dylan Hocking <toby@sg.cs.titech.ac.jp> [aut, cre], Keith Ponting [aut], Thomas Wutzler [aut], Philippe Grosjean [aut], Markus Müller [aut], R Core Team [ctb, cph]


[Package inlinedocs version 2013.9.3 Index]