Created
March 13, 2017 22:37
-
-
Save joranE/35327ba6f10ce240cef9fd5f37006258 to your computer and use it in GitHub Desktop.
Inline Rmd numeric formatting...?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "Test" | |
author: "Test" | |
date: "March 13, 2017" | |
output: pdf_document | |
--- | |
```{r setup, include=FALSE} | |
knitr::opts_chunk$set(echo = TRUE) | |
``` | |
```{r} | |
val <- 260123.123 | |
``` | |
This is a value: `r val` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Knitting this (the raw version) in Rstudio gives me: