print: Print Objects

Description Usage Arguments Value

Description

Rather than printing out its argument, print siliently returns a representation of its argument in various forms such as character string and data frame.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
print(obj, ...)

## S4 method for signature 'single_item'
print(obj, ...)

## S4 method for signature 'all_items'
print(obj, ...)

## S4 method for signature 'product_transac'
print(obj, ...)

## S4 method for signature 'product_logs'
print(obj, ...)

Arguments

obj

An object

Value

A character string describing the object. # for single_item objects

A character string describing the object. # for all_items objects

A data frame describing the object. # for product_logs objects

A data frame describing the object. # for product_logs objects


Samantha-Lui/EZRecords documentation built on May 5, 2019, 4:46 p.m.