Skip to content

Instantly share code, notes, and snippets.

@Rekyt
Created February 18, 2019 17:32
Show Gist options
  • Save Rekyt/9ebda737eb7d818fdfe7981b79549a7f to your computer and use it in GitHub Desktop.
Save Rekyt/9ebda737eb7d818fdfe7981b79549a7f to your computer and use it in GitHub Desktop.
Minimal Reprex Papaja Word Count
---
title : "How to use papaja: An Example Manuscript Including Basic Instructions"
shorttitle : "How to use papaja"
author:
- name : "Frederik Aust"
affiliation : "1"
corresponding : yes # Define only one corresponding author
address : "Department Psychology, University of Cologne, Herbert-Lewin-Str. 2, 50931 Köln, Germany"
email : "frederik.aust@uni-koeln.de"
affiliation :
- id : "1"
institution : "University of Cologne"
keywords: "APA style, knitr, R, R markdown, papaja"
wordcount: "`r wordcountaddin::word_count('papaja_word_count.Rmd')`"
bibliography : ["references.bib"]
floatsintext : yes
figurelist : no
tablelist : no
footnotelist : no
linenumbers : yes
linkcolor : "blue"
mask : no
draft : no
documentclass : "apa6"
classoption : "man"
output : papaja::apa6_pdf
---
bla
@book {james_1890,
Title = {The principles of psychology},
Author = {James, William},
Year = {1890},
address = {Holt: New York}
}
@article {bem_2011,
Title = {Feeling the future: experimental evidence for anomalous retroactive influences on cognition and affect},
Author = {Bem, Daryl J},
DOI = {10.1037/a0021524},
Number = {3},
Volume = {100},
Month = {March},
Year = {2011},
Journal = {Journal of personality and social psychology},
ISSN = {0022-3514},
Pages = {407—425},
URL = {https://doi.org/10.1037/a0021524},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment