print.bitacora: Print method for bitacora objects

Description Usage Arguments Examples

View source: R/bitacora-class.R

Description

Shows main information from bitacora objects, like the origen of the information, the number of trips, the number of data ports, the number of months of data, the number of years of data, the types of fleets on the data.

Usage

1
2
## S3 method for class 'bitacora'
print(x, language = "spanish")

Arguments

x

Object of class bitacora.

language

The select language to print the outputs.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Read a example of data base
bitacoraData = system.file("extdata", "bitacoraData.csv", package = "imarpe")

# Create a object of bitacora class
bitacoraObject = getBitacoraData(file = bitacoraData)
class(bitacoraObject)

# Show main information of the bitacora class object
print(bitacoraObject)
print(bitacoraObject, language = "english")

imarpe/imarpe documentation built on Aug. 8, 2020, 8:40 p.m.