show_c_source: Find C source code for internal R functions

View source: R/names_c.R

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


hadley/pryr documentation built on Jan. 5, 2024, 10:38 a.m.