Welcome to ClientVPS Mirrors

Getting Started

Getting Started

dtsmartr is a high-performance, interactive virtualized grid viewer designed to make exploring data in R easy, fast, and reproducible.

Installation

You can install the development version of dtsmartr from GitHub:

# install.packages("devtools")
devtools::install_github("wagh-nikhil/dtsmartr")

Basic Usage

The primary function of the package is dtsmartr(). Simply pass any data.frame to launch the explorer:

library(dtsmartr)

# Explore the classic mtcars dataset
dtsmartr(mtcars)

Lightweight Mode

If you need a clean, lightweight, metadata-free grid viewer for high performance, you can use the newly added dtsmart_lite() or its alias dtsmartr_lite():

# Both functions are identical and supported:
dtsmart_lite(mtcars, title = "Mtcars Lite")
dtsmartr_lite(mtcars, title = "Mtcars Lite")

The lightweight mode automatically configures the grid with: * advanced_filter = FALSE (Hides Advanced logical condition rules panel) * allow_export = FALSE (Hides the ‘Query Code’ button entirely) * header_summary = FALSE (Collapses headers to compact mode, hiding micro-histograms and completeness bars)

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.