File: all.equal.Rd

package info (click to toggle)
r-cran-openxlsx 4.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,328 kB
  • sloc: cpp: 1,867; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/wrappers.R
\name{all.equal}
\alias{all.equal}
\alias{all.equal.Workbook}
\title{Check equality of workbooks}
\usage{
\method{all.equal}{Workbook}(target, current, ...)
}
\arguments{
\item{target}{A \code{Workbook} object}

\item{current}{A \code{Workbook} object}

\item{...}{ignored}
}
\description{
Check equality of workbooks
}