R/class_unions.r

setClassUnion('functionOrNULL', members = c('function', 'NULL'))
setClassUnion('recordedplotOrNULL', members = c('recordedplot', 'NULL'))
setClassUnion('listOrNULL', members = c('list', 'NULL'))

Try the IRkernel package in your browser

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

IRkernel documentation built on Jan. 22, 2023, 1:13 a.m.