Nothing
#' connections.R: Utility for Fabric connection credential operations
#'
#' @noRd
.dummyStr <- ""
#' Get credential for a connection
#'
#' Dummy implementation for local development.
#'
#' @param connectionId Connection id
#' @param artifactId Artifact id
#' @return A dummy credential object (list)
#' @export
notebookutils.connections.getCredential <- function(connectionId, artifactId = "") {
NULL
}
#' Get help string for a method.
#'
#' @param funcName function name
#' @param namespace namespace
#' @export
notebookutils.connections.getHelpString <- function(funcName = "", namespace = "") {
.dummyStr
}
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.