Revision fe07bfa906d7e155439160caee538a3449cd3877 authored by Dominique Makowski on 08 April 2019, 08:42:41 UTC, committed by cran-robot on 08 April 2019, 08:42:41 UTC
0 parent
Raw File
as.data.frame.density.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils_as.data.frame.density.R
\name{as.data.frame.density}
\alias{as.data.frame.density}
\title{Coerce to a Data Frame}
\usage{
\method{as.data.frame}{density}(x, ...)
}
\arguments{
\item{x}{Any R object.}

\item{...}{Additional arguments to be passed to or from methods.}
}
\description{
Functions to check if an object is a data frame, or coerce it if possible.
}
back to top