to_r.Rd
Try to convert an object to an R object
to_r(x, on_fail = c("ignore", "error", "warning"))
input data, can be either an 'R' or 'Python' object
what to do when the object is still a 'Python' object; default is to 'ignore', other choices are 'error' and 'warning'
'ignore'
'error'
'warning'
The converted R object