## usethis namespace: start
#' @useDynLib rfort, .registration = TRUE
## usethis namespace: end
NULL
# @export
# rfun <- function() {
# .Call(cfun)
# invisible()
# }
# @export
# rfun_args <- function(i = 1L, d = pi, d_arr = seq(0, 1, length.out = 10)) {
# .Call(cfun_args, i, d, d_arr)
# invisible()
# }
translate <- function(fn) {}
translate_formals <- function(fn) {}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.