Data Ingestion & Launchers

--- title: "Data Ingestion & Launchers" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Data Ingestion & Launchers} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8}


knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

dtsmartr is accessible to non-programmers, clinical coordinators, and business analysts who want to browse datasets without writing R scripts. The package includes a zero-code Data Ingestion Wizard and multiple one-click system launchers.


1. Zero-Code Data Ingestion Wizard

Boot the ingestion uploader by calling dtsmartr_launch() with no arguments:

library(dtsmartr)
dtsmartr_launch()

2. One-Click Launchers (No R Console Required)

Method A: RStudio GUI Add-in

Once dtsmartr is installed, a launcher registers in RStudio: 1. Click the Addins menu in RStudio's top toolbar. 2. Select dtsmartr Data Explorer Wizard. 3. The wizard opens automatically in your default external web browser.

Method B: Terminal Command One-Liner

Start the uploader server directly from your system Terminal (macOS/Linux) or Command Prompt (Windows):

Rscript -e "dtsmartr::dtsmartr_launch()"

Method C: Desktop Shortcut Icons

Create a double-clickable Desktop launcher to open the uploader wizard like a native desktop app:



Try the dtsmartr package in your browser

Any scripts or data that you put into this service are public.

dtsmartr documentation built on July 16, 2026, 5:08 p.m.