README.md

noteMD

Print text from shiny ui (support markdown syntax) to pdf or word report! This is a live demo shiny app using noteMD R package: https://appforiarteam.shinyapps.io/noteMD_shiny_demo/ Repos of this live demo shiny app is here (welcome to download): https://github.com/jienagu/noteMD_shiny_app

Installation

install.packages("noteMD")

For dev version

devtools::install_github("jienagu/noteMD")

Getting Started

Basically, this is how to use noteMD to insert a text box in your shiny ui (support markdown syntax) to pdf or word report!

tags$textarea("Please using any **markdown** syntax!",
    id    = 'markdowninput',
    rows  = 3,
    style = 'width:100%;')

We know the id of this tag is markdowninput (you can name whatever you want)

Enjoy!

Acknowledgement

Beef Cattle Institute at Kansas State University: https://ksubci.org/

Special thanks to Yihui Xie (from RStudio.LLC), Dr. Brad White and Dr. David Amrine



Try the noteMD package in your browser

Any scripts or data that you put into this service are public.

noteMD documentation built on May 2, 2019, 12:40 p.m.