Skip to content

Instantly share code, notes, and snippets.

View tpq's full-sized avatar

Thom Quinn tpq

View GitHub Profile
@fernandomayer
fernandomayer / rnw2rmd.pl
Created February 16, 2018 20:46 — forked from lgatto/rnw2rmd.pl
Convert Rnw to Rmd
#!/usr/bin/perl
## Based on rnw2rmd.pl by Laurent Gatto
## https://gist.github.com/lgatto/d9d0e3afcc0a4417e5084e5ca46a4d9e
## The script ignores labels and references, un-numbered sections
## (section*), quotes and probably a couple of more. It won't deal
## with the pre-amble, bibliography and document tags either. Still
## useful, though.