check_defaultchron: Check default chronology on EPDr objects

Description Usage Arguments Value Examples

Description

The function check EPDr objects with slot @defaultchron (epd.entity-class, and epd.entity.df-class) to see if there are a default chronology specified.

Usage

1
2
3
4
check_defaultchron(x)

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

Arguments

x

epd.entity epd.entity-class or epd.entity.df-class objects.

Value

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

Examples

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

## End(Not run)

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