inst/examplePackages/headerCpp/R/zigcaller.R

ziggrnorm <- function(n) {
    .Call(ziggrnorm_impl, n)
}

ziggsetseed <- function(s) {
    invisible(.Call(ziggsetseed_impl, s))
}

Try the zigg package in your browser

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

zigg documentation built on April 12, 2025, 2:10 a.m.