Ulysses, R, markdown
How-to use Ulysses, Rstudio together (updated)
- Use Zotero for inserting references in Ulysses manuscript
- Add YAML, indicate as code-block YAML in Ulysses.
---
title: "Title of paper"
author: "Tormod Bøe"
date: "19 april 2016"
output: html_document
csl: apa.csl # must be located in same folder as paper
css: APAStyle.css # must be located in same folder as paper
bibliography: "references".bib # must be located in same folder as paper
---
- Export as “Text” -> “Markdown” to Rstudio.
- Remove
and
from beginning and end of YAML. - Knit
It is not possible to go back from .Rmd to Ulysses gracefully. Better to write additional stuff in Ulysses, then copy this back into the r file (making sure that any extra references used are included in the bibtext file)
Tables can be insterted in Ulysses using plain markdown, figures must can be inserted in-text.