R/l_widget.R

Defines functions l_widget

Documented in l_widget

#' Dummy function to be used in the Roxygen documentation
#'
#' @param widget widget path name as a string
#'
#' @return widget path name as a string
#'
l_widget <- function(widget) {
    return(widget)
}

Try the loon package in your browser

Any scripts or data that you put into this service are public.

loon documentation built on July 9, 2023, 5:48 p.m.