Nothing
# Utilities and Helpers
#' @noRd
.dummyStr <- ""
#' @noRd
.dummyNull <- NULL
#' Gets the local path of the notebook resource.
#'
#' @return The local path of the notebook resource.
#' @export
notebookutils.nbResPath <- function() {
.dummyStr
}
#' Gets the local path of the notebook resource.
#'
#' @return The local path of the notebook resource.
#' @export
mssparkutils.nbResPath <- function() {
.dummyStr
}
#' Initialize notebookutils, using in pre-run code
#'
#' @export
notebookutils.initialize <- function() {
.dummyNull
}
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.