View source: R/extract_data_for_download.R
extract_data_for_download | R Documentation |
Extracts tables for user download to put on biowulf2
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)
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 |
## Not run: extract_data_for_download(app_location = system.file('app',
package = 'eyeIntegrationApp'), version_append = 01)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.