Description Usage Arguments Value Examples
join appends another log to the calling object and returns a new product_logs object with the combined logs.
1 2 | ## S4 method for signature 'product_logs,product_logs'
join(obj, another, ...)
|
another |
A product_logs object whose entries to be added to the main argument. |
A new product_logs object with the combined logs.
1 | ## Not run: join(log1, log2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.