File: Global.R

package info (click to toggle)
r-cran-rlumshiny 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,332 kB
  • sloc: javascript: 922; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
## global.R ##
library(Luminescence)
library(shiny)
library(RLumShiny)
library(rhandsontable)
library(data.table)

# load example data
data(ExampleData.DeValues)
data <- ExampleData.DeValues$CA1

enableBookmarking(store = "server")