Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning RStudio for R Statistical Computing

You're reading from  Learning RStudio for R Statistical Computing

Product type Book
Published in Dec 2012
Publisher Packt
ISBN-13 9781782160601
Pages 126 pages
Edition 1st Edition
Languages
Concepts

R Markdown and Rhtml


Markdown (created by John Gruber and Aaron Swartz) is an easy-to-read and easy-to-write markup language that is designed to make preparing HTML documents (web pages) easier. The Markdown syntax is inspired by how people write plain text e-mails. For example, to emphasize a word in an e-mail, constructs like *emphasized word* or _emphasized word_ are frequently used. Also, people tend to use asterisks or dashes to represent bullet lists in plain text. The idea of Markdown is to treat such constructions as actual markup commands by translating them to equivalent HTML syntax (web page). With Markdown, you can alter the appearance of text by altering its size, typeface, and more. What you cannot do with Markdown, is to alter document properties such as page size, margin sizes, and so on. If you need to control such features, you can consider switching to LaTeX (described in the following section). Alternatively, one can use Max Kuhn's odfWeave package (not supported by RStudio...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}