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
as psyphr_study contains a data column that is very big and complex, it makes calls to View() very slow.
Is it necessary to make a generic of View() that ignores the actual contents in data?
The text was updated successfully, but these errors were encountered:
I think this would be useful, considering the end-user behaviors we might expect (e.g., click or write View() upon loading data). Newer useRs might be confused by the collapsed data column.
it seems that the generic approach would not work and otherwise achieving so would require digging very deep into rstudio's api, as the original utils::View() is brutally overridden by one from the namespace tools:rstudio.
I'll keep trying. However it may be a better idea to report this as a bug to RS at the end.
as psyphr_study contains a
data
column that is very big and complex, it makes calls toView()
very slow.Is it necessary to make a generic of
View()
that ignores the actual contents indata
?The text was updated successfully, but these errors were encountered: