-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathISMC_dataexport.Rmd
More file actions
38 lines (21 loc) · 1.28 KB
/
Copy pathISMC_dataexport.Rmd
File metadata and controls
38 lines (21 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: "ISMC_dataexport"
output: html_document
date: "2025-12-03"
---
## ISMC Data Export Tool
This application enables internal users to generate customized exports of ISMC compiled ground sample data through an R Shiny interface.

## Application Execution
Open `ISMC_dataexport.bat` located in the `custom` folder. You may encounter a standard security prompt when running executables from a network location. Users can copy the `.bat` file to any local folder and run it from there.
{width=70%}

The batch script launches the Shiny app using your local R installation if available; otherwise, it automatically switches to an R-portable instance.
Note that the R-portable runs from a network drive, which can significantly slow down startup time and package loading.
{width=70%}
Once the application is running, select the attributes for the ground samples you wish to export, then click the *Export Data* button.
The selected data will be downloaded as a `.zip` file.
## Update
| Date | Description |
|-----------|----------------------------------|
| 2026-06-01| Enabled manual Site ID specification. |