зеркало из https://github.com/Azure/AzureKusto.git
document
This commit is contained in:
Родитель
bcfd15855c
Коммит
1404f3f78f
|
@ -1,5 +1,7 @@
|
|||
# Generated by roxygen2: do not edit by hand
|
||||
|
||||
S3method(ade_database,ade_cluster)
|
||||
export(ade_database)
|
||||
export(az_data_explorer)
|
||||
export(create_ade_cluster)
|
||||
export(delete_cluster_credentials)
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
#' @export
|
||||
ade_database <- function(object, ...)
|
||||
{
|
||||
UseMethod("ade_database")
|
||||
}
|
||||
|
||||
|
||||
#' @export
|
||||
ade_database.ade_cluster <- function(object, database, ...)
|
||||
{
|
||||
out <- list(db=database, cluster=object)
|
||||
|
|
Загрузка…
Ссылка в новой задаче