Nothing
# Generated by extendr: Do not edit by hand
# nolint start
#' @usage NULL
#' @useDynLib rpic, .registration = TRUE
NULL
rpic_svg_ <- function(src, circuits, texlabels) .Call(wrap__rpic_svg_, src, circuits, texlabels)
rpic_png_ <- function(src, file, scale, circuits, texlabels) .Call(wrap__rpic_png_, src, file, scale, circuits, texlabels)
rpic_pdf_ <- function(src, file, circuits, texlabels) .Call(wrap__rpic_pdf_, src, file, circuits, texlabels)
rpic_manifest_ <- function(src, circuits, texlabels) .Call(wrap__rpic_manifest_, src, circuits, texlabels)
# nolint end
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.