show_c_source {pryr}R Documentation

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)))


[Package pryr version 0.1.6 Index]