nobs.eda: Number of (complete) observations in an EDA object.

View source: R/general_methods.R

nobs.edaR Documentation

Number of (complete) observations in an EDA object.

Description

counts the number of all (complete if na.rm is set to TRUE) observations in the EDA object.

Usage

## S3 method for class 'eda'
nobs(object, ...)

Arguments

object

an EDA object, created by eda.

Value

a tibble with the number of all and complete observations.


PiotrTymoszuk/ExDA documentation built on Nov. 17, 2024, 5:46 p.m.