extract_data_for_download: Table Maker

View source: R/extract_data_for_download.R

extract_data_for_downloadR Documentation

Table Maker

Description

Extracts tables for user download to put on biowulf2

Usage

extract_data_for_download(app_location,
  EiaD_2017 = "eyeIntegration_human_2017_01.sqlite",
  EiaD_2019 = "EiaD_human_expression_2019_09.sqlite",
  save_dir = "~/Desktop/", version_append)

Arguments

app_location

The path to the working App (so script can find sqlite databases)

save_dir

Where to save the tsv files

version_append

What to append to file

Examples

## Not run: extract_data_for_download(app_location = system.file('app', 
package = 'eyeIntegrationApp'), version_append = 01) 
## End(Not run)

davemcg/eyeIntegration_app documentation built on May 18, 2024, 1:37 p.m.