doc fixups
This commit is contained in:
Родитель
e5ec9ce8f3
Коммит
b69f586eb6
|
@ -18,3 +18,4 @@ export(is_docker_registry)
|
|||
export(is_kubernetes_cluster)
|
||||
export(kubernetes_cluster)
|
||||
import(AzureRMR)
|
||||
importFrom(utils,tail)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#' @import AzureRMR
|
||||
#' @importFrom utils tail
|
||||
NULL
|
||||
|
||||
.AzureContainers <- new.env()
|
||||
|
|
|
@ -15,10 +15,7 @@
|
|||
#' - `name_only`: Whether to return only a vector of names, or all information on each VM size.
|
||||
#'
|
||||
#' @section Value:
|
||||
#' If `name_only` is TRUE, a character vector of names, suitable for passing to `create_vm`. If FALSE, a data frame containing the following information for each VM size: the name, number of cores, OS disk size, resource disk size, memory, and maximum data disks.
|
||||
#'
|
||||
#' @seealso
|
||||
#' [create_vm]
|
||||
#' If `name_only` is TRUE, a character vector of names. If FALSE, a data frame containing the following information for each VM size: the name, number of cores, OS disk size, resource disk size, memory, and maximum data disks.
|
||||
#'
|
||||
#' @examples
|
||||
#' \dontrun{
|
||||
|
|
|
@ -25,7 +25,7 @@ list_vm_sizes(name_only = FALSE)
|
|||
|
||||
\section{Value}{
|
||||
|
||||
If \code{name_only} is TRUE, a character vector of names, suitable for passing to \code{create_vm}. If FALSE, a data frame containing the following information for each VM size: the name, number of cores, OS disk size, resource disk size, memory, and maximum data disks.
|
||||
If \code{name_only} is TRUE, a character vector of names. If FALSE, a data frame containing the following information for each VM size: the name, number of cores, OS disk size, resource disk size, memory, and maximum data disks.
|
||||
}
|
||||
|
||||
\examples{
|
||||
|
@ -43,6 +43,3 @@ rg$list_vm_sizes()
|
|||
|
||||
}
|
||||
}
|
||||
\seealso{
|
||||
\link{create_vm}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче