Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

show_c_source

Find C source code for internal R functions


Description

Opens a link to code search on github.

Usage

show_c_source(fun)

Arguments

fun

.Internal or .Primitive function call.

Examples

show_c_source(.Internal(mean(x)))
show_c_source(.Primitive(sum(x)))

pryr

Tools for Computing on the Language

v0.1.4
GPL-2
Authors
Hadley Wickham [aut, cre], R Core team [ctb] (Some code extracted from base R)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.