"...man/is.nan.data.frame.Rd" did not exist on "c655edbcb87e59fe091a21defa41bb2093ef69e4"
Newer
Older
Hugo Scherer
committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/FarmDynR.R
\name{is.nan.data.frame}
\alias{is.nan.data.frame}
\title{`is.nan.data.frame()` checks if there are any NaNs in a dataframe (`is.nan()` does not work for dfs)}
\usage{
\method{is.nan}{data.frame}(x)
}
\arguments{
\item{x}{A dataframe}
}
\value{
A dataframe with TRUE or FALSE for each column
}
\description{
`is.nan.data.frame()` checks if there are any NaNs in a dataframe (`is.nan()` does not work for dfs)
}