pryr (version 0.1.4)

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

Run this code
# NOT RUN {
show_c_source(.Internal(mean(x)))
show_c_source(.Primitive(sum(x)))
# }

Run the code above in your browser using DataCamp Workspace