You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli allows me to display code that can be clicked in RStudio to run. However, it won't run code that comes from a base R package (e.g. utils::View(), so View(.Last.value) is not runnable.
Make a new function (last.sift(), resift(), lastsift()?)
Put the last result in a new env so it's visible even if the user does other stuff since the last sift.
The text was updated successfully, but these errors were encountered:
cli
allows me to display code that can be clicked in RStudio to run. However, it won't run code that comes from a base R package (e.g.utils::View()
, soView(.Last.value)
is not runnable.last.sift()
,resift()
,lastsift()
?)The text was updated successfully, but these errors were encountered: