Skip to content

Commit

Permalink
fixed minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Reiter committed Nov 10, 2017
1 parent 60d045d commit 2fd7c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/rmd/Report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ if (is.null(.Options$qd.datadir)) {
require(magrittr)
mtext <- loadSegmentedText(params$id)
meta <- loadMeta(params$id, type=atypes$Drama)
author <- loadMeta(params$id,type=atypes$Author)
meta <- loadMeta(params$id)
title <- as.character(meta[1,"documentTitle"])
```

---
Expand All @@ -39,7 +39,7 @@ title: "QuaDramA Report: `r title`"

# Meta data

- Author(s): `r paste(paste0("[",author$Name,"](http://d-nb.info/gnd/",author$Pnd,")"),sep=", ")`
- Author(s): `r paste(paste0("[",meta$Name,"](http://d-nb.info/gnd/",meta$Pnd,")"),sep=", ")`

# Character Lists {.tabset}

Expand Down

0 comments on commit 2fd7c0e

Please sign in to comment.