From f77e1feb9b9559eccf3748689c423cca1703ec74 Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Mon, 16 Oct 2023 12:29:11 -0500 Subject: [PATCH] Document. --- DESCRIPTION | 1 - NAMESPACE | 1 - man/as_list.Rd | 20 -------------------- 3 files changed, 22 deletions(-) delete mode 100644 man/as_list.Rd diff --git a/DESCRIPTION b/DESCRIPTION index db67926..f4e95dd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -38,7 +38,6 @@ RoxygenNote: 7.2.3 Collate: 'properties.R' 'security_requirements.R' - 'as_list.R' 'components-security_scheme_details.R' 'components-security_scheme_collection.R' 'components.R' diff --git a/NAMESPACE b/NAMESPACE index 93be52c..3be6ff5 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -6,7 +6,6 @@ export(as_component_collection) export(as_contact) export(as_info) export(as_license) -export(as_list) export(as_oauth2_authorization_code_flow) export(as_oauth2_implicit_flow) export(as_oauth2_security_scheme) diff --git a/man/as_list.Rd b/man/as_list.Rd deleted file mode 100644 index 9b162f7..0000000 --- a/man/as_list.Rd +++ /dev/null @@ -1,20 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/as_list.R -\name{as_list} -\alias{as_list} -\title{Coerce rapid objects to lists} -\usage{ -as_list(x, ...) -} -\arguments{ -\item{x}{The object to coerce. Currently supports conversion of -\code{\link[=security_scheme_collection]{security_scheme_collection()}} objects.} - -\item{...}{These dots are for future extensions and must be empty.} -} -\value{ -A list. -} -\description{ -Convert \code{rapid} objects to lists. -}