-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathglobal.r
24 lines (22 loc) · 876 Bytes
/
global.r
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
library(shiny, warn.conflicts = FALSE)
library(shinyjs, warn.conflicts = FALSE)
library(magrittr, warn.conflicts = FALSE)
library(purrr, warn.conflicts = FALSE)
library(RJSONIO)
library(stringr)
library(writexl)
library(zip, warn.conflicts = FALSE)
library(shinyBS)
library(rmarkdown)
source('functions/eFormsParseJSON_basic.r')
source('functions/eFormsParseJSONtext.r')
source('functions/eFormsOrganizeData_byTable_NRSA.r')
source('functions/eFormsOrganizeData_byTable_NCCA.r')
source('functions/eFormsOrganizeData_byTable_NLA.r')
source('functions/eFormsOrganizeData_byTable_NWCA.r')
source('functions/eFormsOrganizeData_byTable_NLA22.r')
source('functions/parseData.R')
metadata.nrsa <- readRDS("data/metadata.nrsa.rds")
metadata.nla <- readRDS("data/metadata.nla.rds")
metadata.ncca <- readRDS("data/metadata.ncca.rds")
metadata.nwca <- readRDS("data/metadata.nwca.rds")