R/AzureKusto.R

Defines functions .onLoad

#' @importFrom utils head
#' @import rlang
#' @import dplyr
#' @importFrom tidyr nest unnest
#' @import DBI
#' @import methods
NULL

utils::globalVariables(c("self", "asc", "con", "make_list"))

.onLoad <- function(libname, pkgname)
{
    add_methods()
    invisible(NULL)
}

Try the AzureKusto package in your browser

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

AzureKusto documentation built on Oct. 12, 2023, 5:11 p.m.