R/RhpcOp.R

Defines functions Rhpc_splitList Rhpc_enquote

Documented in Rhpc_enquote Rhpc_splitList

Rhpc_enquote<- function(...)
{
  args <- list(...)
  .Call("Rhpc_enquote", args, PACKAGE="Rhpc")
}

Rhpc_splitList <- function(var,num)
{
  .Call("Rhpc_splitList", as.list(var),as.integer(num), PACKAGE="Rhpc")
}

Try the Rhpc package in your browser

Any scripts or data that you put into this service are public.

Rhpc documentation built on Sept. 5, 2021, 5:47 p.m.