check_counts: Check counts data on EPDr objects

Description Usage Arguments Value Examples

Description

The function check epd.entity.df-class objects (with slot @commdf@counts) to see if there are counts data on it.

Usage

1
2
3
4
check_counts(x)

## S4 method for signature 'epd.entity.df'
check_counts(x)

Arguments

x

epd.entity.df epd.entity.df-class object.

Value

Logical value indicating whether the object has a default chronology (TRUE) or not (FALSE).

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
epd.connection <- connect_to_epd(host="localhost", database="epd",
                                 user="epdr", password="epdrpw")
epd.1 <- get_entity(1, epd.connection)
check_counts(epd.1)
epd.763 <- get_entity(763, epd.connection)
check_counts(epd.763)

## End(Not run)

dinilu/EPDr documentation built on Aug. 22, 2019, 1:03 p.m.