R/print.R

setMethod ('print', 'EotMode', 
           function(x, ...) {
             if (inherits(x, 'EotMode')) {
               show(x)
             }
           }
)


setMethod ('print', 'EotStack', 
           function(x, ...) {
             if (inherits(x, 'EotStack')) {
               show(x)
             }
           }
)

Try the remote package in your browser

Any scripts or data that you put into this service are public.

remote documentation built on May 1, 2019, 11:30 p.m.