python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
set date format for knitr document
Is there a way to set a global option (either through options() or knitr::opts_chunk$set() or something else) to set all dates in a knitr/Rmd document to be formatted in a particular style. So instead...

vorpal
Votes: 0
Answers: 2
Is it possible to use locator() or identify() in an r-markdown file when the chunk output is inline instead of to the console?
I have a plot where I am trying to annotate specific points, and I want to use locator() for coordinates or identify() to label the points. However, if I use inline chunk output and run the chunk it d...
Jesse Cook
Votes: 0
Answers: 0
How to list all bibliography entries in r-markdown, sorted by year, in descending order (anti-chronological)
Is there any instruction to be issued in the YAML header block to simply have all the bibliography entries sorted by year in descending order, i.e. starting from the more recent?
Here is my MWE:
---
t...

SteoG5972
Votes: 0
Answers: 0
Error: cannot allocate vector of size 145.6 Mb using RMarkdown
Have been wracking my brain on what to do about this but basically I have written code on a sample set of my data (300k rows) in RMarkdown. Works perfectly. Now I wish to add the following but then I ...
John Thomas
Votes: 0
Answers: 2