Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rkrug/GFO_2019
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrug committed Sep 4, 2019
2 parents 2062395 + 8bf24f4 commit 371bee8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
.Ruserdata
basic
11 changes: 4 additions & 7 deletions docs/LiveDemo_UseScheme.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ library(emeScheme)

make_example("basic", schemeName = "emeScheme")

setwd("basic")


# View Scheme Definition --------------------------------------------------

read.csv("./data/archiving_data/smell.csv")
read.csv("./basic/data/archiving_data/smell.csv")

# GUI Approach ------------------------------------------------------------

Expand Down Expand Up @@ -60,14 +57,14 @@ open_new_spreadsheet("emeScheme")
# Validate Metadata -------------------------------------------------------


validate("emeScheme.xlsx")
validate("./basic/emeScheme.xlsx")

report("emeScheme.xlsx")
report("./basic/emeScheme.xlsx")


# Export to xml -----------------------------------------------------------


emeScheme_to_xml("emeScheme.xlsx", file = "test")
emeScheme_to_xml("./basic/emeScheme.xlsx", file = "./basic/test")


0 comments on commit 371bee8

Please sign in to comment.