| create_pin | R Documentation |
Helper function used internally to pin audit data in a consistent manner.
create_pin(
x,
name = deparse(substitute(x)),
description = deparse(substitute(x)),
server = Sys.getenv("CONNECT_SERVER"),
key = Sys.getenv("CONNECT_API_KEY"),
metadata = list(server_audit = TRUE),
type = NULL
)
x |
An R object (e.g., data frame, list, etc.). |
server |
Connect server address. |
key |
Administrator API key. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.