Other packages > Find by keyword >

rmarkdown  

Dynamic Documents for R
View on CRAN: Click here


Download and install rmarkdown package within the R console
Install from CRAN:
install.packages("rmarkdown")

Install from Github:
library("remotes")
install_github("cran/rmarkdown")

Install by package version:
library("remotes")
install_version("rmarkdown", "2.29")



Attach the package and use:
library("rmarkdown")
Maintained by
Yihui Xie
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-09-17
Latest Update: 2024-03-05
Description:
Convert R Markdown documents into a variety of formats.
How to cite:
Yihui Xie (2014). rmarkdown: Dynamic Documents for R. R package version 2.29, https://cran.r-project.org/web/packages/rmarkdown. Accessed 20 Nov. 2024.
Previous versions and publish date:
0.3.3 (2014-09-17 18:12), 0.4.2 (2014-12-22 18:01), 0.5.1 (2015-01-26 20:36), 0.6.1 (2015-05-07 21:56), 0.7 (2015-06-13 16:39), 0.8.1 (2015-10-10 01:15), 0.8 (2015-08-30 20:52), 0.9.1 (2015-12-31 15:12), 0.9.2 (2016-01-01 20:58), 0.9.5 (2016-02-22 20:47), 0.9.6 (2016-05-01 00:30), 0.9 (2015-12-22 08:01), 1.0 (2016-07-08 22:15), 1.1 (2016-10-16 19:23), 1.2 (2016-11-21 16:51), 1.3 (2016-12-21 17:02), 1.4 (2017-03-24 07:25), 1.5 (2017-04-26 07:57), 1.6 (2017-06-15 20:16), 1.7 (2017-11-10 12:43), 1.8 (2017-11-17 09:35), 1.9 (2018-03-01 18:59), 1.10 (2018-06-11 08:13), 1.11 (2018-12-08 06:50), 1.12 (2019-03-14 09:50), 1.13 (2019-05-23 00:14), 1.14 (2019-07-12 06:43), 1.15 (2019-08-21 12:50), 1.16 (2019-10-01 21:10), 1.17 (2019-11-13 18:00), 1.18 (2019-11-27 08:40), 2.0 (2019-12-12 22:00), 2.1 (2020-01-20 20:30), 2.2 (2020-05-31 06:20), 2.3 (2020-06-18 16:50), 2.4 (2020-09-30 20:40), 2.5 (2020-10-21 07:00), 2.6 (2020-12-14 19:00), 2.7 (2021-02-19 09:10), 2.8 (2021-05-07 08:00), 2.9 (2021-06-15 16:50), 2.10 (2021-08-06 09:10), 2.11 (2021-09-14 16:10), 2.12 (2022-03-02 22:10), 2.13 (2022-03-10 11:00), 2.14 (2022-04-25 21:20), 2.15 (2022-08-16 20:30), 2.16 (2022-08-24 21:50), 2.17 (2022-10-08 00:00), 2.18 (2022-11-09 11:30), 2.19 (2022-12-15 14:10), 2.20 (2023-01-20 00:20), 2.21 (2023-03-27 00:00), 2.22 (2023-06-01 15:10), 2.23 (2023-07-01 09:20), 2.24 (2023-08-14 10:40), 2.25 (2023-09-18 11:30), 2.26 (2024-03-05 18:40), 2.27 (2024-05-17 13:40), 2.28 (2024-08-17 06:50)
Other packages that cited rmarkdown R package
View rmarkdown citation profile
Other R packages that rmarkdown depends, imports, suggests or enhances
Complete documentation for rmarkdown
Functions, R codes and Examples using the rmarkdown R package
Some associated functions: all_output_formats . available_templates . beamer_presentation . compile_notebook . context_document . convert_ipynb . default_output_format . draft . find_external_resources . find_pandoc . github_document . html-dependencies . html_document . html_document_base . html_fragment . html_notebook . html_notebook_metadata . html_notebook_output . html_vignette . includes . ioslides_presentation . knit_params_ask . knitr_options . knitr_options_html . knitr_options_pdf . latex-dependencies . latex_dependency . md_document . metadata . navbar_html . odt_document . output_format . output_format_dependency . output_metadata . paged_table . pandoc_args . pandoc_available . pandoc_citeproc_convert . pandoc_convert . pandoc_exec . pandoc_options . pandoc_path_arg . pandoc_self_contained_html . pandoc_template . parse_html_notebook . pdf_document . pkg_file_lua . powerpoint_presentation . publish_site . relative_to . render . render_delayed . render_site . render_supporting_files . resolve_output_format . rmarkdown-package . rmarkdown_format . rmd_metadata . rtf_document . run . shiny_prerendered_chunk . shiny_prerendered_clean . shiny_prerendered_server_start_code . site_resources . slidy_presentation . word_document . yaml_front_matter . 
Some associated R codes: base64.R . beamer_presentation.R . context_document.R . draft.R . github_document.R . html_dependencies.R . html_document.R . html_document_base.R . html_extras.R . html_fragment.R . html_notebook.R . html_notebook_output.R . html_paged.R . html_parser.R . html_resource_copy.R . html_resources.R . html_vignette.R . includes.R . ioslides_presentation.R . jupyter.R . knit_print.R . latex_dependencies.R . list_builder.R . md_document.R . odt_document.R . output_format.R . pandoc.R . params.R . pdf_document.R . performance.R . powerpoint_presentation.R . publish_site.R . relative_to.R . render.R . render_html.R . render_site.R . rmarkdown-package.R . rtf_document.R . shiny.R . shiny_module.R . shiny_prerendered.R . slidy_presentation.R . stack.R . util.R . version_jqueryui.R . word_document.R . zzz.R .  Full rmarkdown package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

docreview  
Opinionated Documentation Checking
High quality documentation can make for a great experience for your users. You can use 'docreview' t ...
Download / Learn more Package Citations See dependency  
ricu  
Intensive Care Unit Data with R
Focused on (but not exclusive to) data sets hosted on PhysioNet (), 'ricu' p ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
aws  
Adaptive Weights Smoothing
We provide a collection of R-functions implementing adaptive smoothing procedures in 1D, 2D and 3D. ...
Download / Learn more Package Citations See dependency  
spinyReg  
Sparse Generative Model and Its EM Algorithm
Implements a generative model that uses a spike-and-slab like prior distribution obtained by multipl ...
Download / Learn more Package Citations See dependency  
epitrix  
Small Helpers and Tricks for Epidemics Analysis
A collection of small functions useful for epidemics analysis and infectious disease modelling. This ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA