File: as.list.R6.Rd

package info (click to toggle)
r-cran-r6 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: sh: 10; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/aslist.R
\name{as.list.R6}
\alias{as.list.R6}
\title{Create a list from an R6 object}
\usage{
\method{as.list}{R6}(x, ...)
}
\arguments{
\item{x}{An R6 object.}

\item{...}{Other arguments, which will be ignored.}
}
\description{
This returns a list of public members from the object. It simply calls
\code{as.list.environment}.
}