Examples for 'base::.Primitive'


Look Up a Primitive Function

Aliases: .Primitive primitive

Keywords: interface

### ** Examples

mysqrt <- .Primitive("sqrt")
c
function (...)  .Primitive("c")
.Internal # this one *must* be primitive!
function (call)  .Primitive(".Internal")
`if` # need backticks
.Primitive("if")

[Package base version 4.2.3 Index]