anatolix/RStudioViewFix: This packages fixes slow RStudio view behavior for large tables

Some people use RStudio for large data. For example your data.table could be 100Gb.Accidentally clicking View on this table causes RStudio to hang up, because all 100Gb will be streamed to RStudio. After it it will cut first 1000 lines and display. This package replace View function to cut 1000 lines in R not R Studio.

Getting started

Package details

AuthorAnatoly Orlov
MaintainerAnatoly A. Orlov <anatolix@yandex.ru>
LicenseCC0
Version0.1.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("anatolix/RStudioViewFix")
anatolix/RStudioViewFix documentation built on May 28, 2019, 4:56 p.m.