зеркало из https://github.com/Azure/AzureRMR.git
28 строки
712 B
R
28 строки
712 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/format.R
|
|
\name{format_auth_header}
|
|
\alias{format_auth_header}
|
|
\alias{format_public_fields}
|
|
\alias{format_public_methods}
|
|
\title{Format an Azure object}
|
|
\usage{
|
|
format_auth_header(token)
|
|
|
|
format_public_fields(env, exclude = character(0))
|
|
|
|
format_public_methods(env)
|
|
}
|
|
\arguments{
|
|
\item{token}{An Azure OAuth token.}
|
|
|
|
\item{env}{An R6 object's environment for printing.}
|
|
|
|
\item{exclude}{Objects in \code{env} to exclude from the printout.}
|
|
}
|
|
\description{
|
|
Miscellaneous functions for printing Azure R6 objects
|
|
}
|
|
\details{
|
|
These functions are utilities to aid in printing Azure R6 objects. They are not meant to be called by the user.
|
|
}
|