Skip to content

Instantly share code, notes, and snippets.

View davidgohel's full-sized avatar
🦒
busy

David Gohel davidgohel

🦒
busy
View GitHub Profile
@mnazarov
mnazarov / docx_flextable.Rmd
Last active March 1, 2018 23:59
Use flextable with rmarkdown for Word (docx) output
---
title: "Insert `flextable`s into Word documents generated with `rmarkdown`"
author: Maxim Nazarov
output:
word_document:
keep_md: yes
html_document:
keep_md: yes
smart: false
---
@jennybc
jennybc / xml-default-namespace-rage.R
Created May 21, 2016 22:12
xml default namespace rage
#' ---
#' output: github_document
#' ---
#+ setup, include = FALSE
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
error = TRUE
)