Results per Page:  
Search in: R Manuals Base Packages Help Pages | CRAN Task Views
CRAN Packages Description Help Pages News Readme Vignettes

Matching any words Matching all words
1-20 of about 2,400 matches
Term frequencies: knitr: 2,441
Search took 0.040619 seconds

Size: 2.6K
R: Knitr options for an output format
...level knitr options (see opts_knit) opts_chunk List of chunk level knitr options (see opts_chunk) knit_hooks List of hooks for R code chunks, inline R code, and output (see knit_hooks) opts_hooks List...
/CRAN/refmans/rmarkdown/html/knitr_options.html
 cran-help  matching: knitr, knitr and knitr


Size: 1.6K
R: Guess knitr output format
...knitr and rmarkdown. Usage guess_knitr_output_format() Value "html", "latex", or something else. If we are not in a knitr document, returns an empty string. Examples ## Not run: # in a knitr document...
/CRAN/refmans/huxtable/html/guess_knitr_output_format.html
 cran-help  matching: knitr, knitr and knitr


Size: 12.7K
Not An Introduction to knitr
...knitr Yihui Xie 2024-04-05 The knitr package is an alternative tool to Sweave based on a different design with more features. This document is not an introduction, but only serves as a placeholder to...
/CRAN/packages/knitr/vignettes/knitr-intro.html
 cran-vignettes  matching: knitr, knitr and knitr


Size: 2.0K
R: sets and fixes knitr hooks
...sets and fixes knitr hooks Description fixes a well-known bug in the knit_hook 'chunk' and provides a hook entitle 'com' Usage knitr_sethooks() Details There is a well_known bug in the knit_hook...
/CRAN/refmans/knitLatex/html/knitr_sethooks.html
 cran-help  matching: knitr, knitr and knitr


Size: 1.5K
R: Is a line in knitr R or not?
...in knitr R or not? Description Is a line in knitr R or not? Usage isR_line_in_knitr(lines) Arguments lines Lines to check, as in the result of readLines. Not a filename. Value TRUE if in knitr chunk...
/CRAN/refmans/TeXCheckR/html/isR_line_in_knitr.html
 cran-help  matching: knitr, knitr and knitr


Size: 2.3K
R: Find the drake dependencies of a dynamic knitr report target....
...knitr report target. Description Dependencies in knitr reports are marked by loadd() and readd() in active code chunks. Usage deps_knitr(path) Arguments path Encoded file path to the knitr/R Markdown...
/CRAN/refmans/drake/html/deps_knitr.html
 cran-help  matching: knitr, knitr and knitr


Size: 2.4K
R: Knitr options for a PDF output format
...Knitr options for a PDF output format Description Define knitr options for an R Markdown output format that creates PDF output. Usage knitr_options_pdf(fig_width, fig_height, fig_crop, dev = "pdf")...
/CRAN/refmans/rmarkdown/html/knitr_options_pdf.html
 cran-help  matching: knitr, knitr and knitr


Size: 31.0K
An R HTML vignette with knitr
...knitr: <!-- %\VignetteEngine{knitr::knitr} %\VignetteIndexEntry{The Title of Your Vignette} --> Now you can write R code chunks: summary(cars) ## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0...
/CRAN/packages/knitr/vignettes/knitr-html.html
 cran-vignettes  matching: knitr, knitr and knitr


Size: 2.6K
R: Knitr options for an HTML output format
...Knitr options for an HTML output format Description Define knitr options for an R Markdown output format that creates HTML output. Usage knitr_options_html(fig_width, fig_height, fig_retina, keep_md...
/CRAN/refmans/rmarkdown/html/knitr_options_html.html
 cran-help  matching: knitr, knitr and knitr


Size: 4.2K
R: Use the epoxy knitr engines
...the epoxy knitr engines Description Sets epoxy's knitr engines for use by knitr in R Markdown and other document formats powered by knitr. These engines are also set up when loading epoxy with library...
/CRAN/refmans/epoxy/html/use_epoxy_knitr_engines.html
 cran-help  matching: knitr, knitr and knitr


Size: 35.6K
An R Markdown (v1) Vignette with knitr
Please note this example is for R Markdown v1 only. If you use R Markdown v2, you should use the vignette engine knitr::rmarkdown instead of knitr::knitr. Package vignettes To enable Markdown...
/CRAN/packages/knitr/vignettes/knitr-markdown.html
 cran-vignettes  matching: knitr, knitr and knitr


Size: 1.7K
R: Knitr S3 methods
knitr_methods {htmltools} R Documentation Knitr S3 methods Description These S3 methods are necessary to allow HTML tags to print themselves in knitr/rmarkdown documents. Usage knit_print.shiny.tag(x...
/CRAN/refmans/htmltools/html/knitr_methods.html
 cran-help  matching: knitr, knitr and knitr


Size: 1.3K
R: Check if the user has the 'knitr' package installed
...R Documentation Check if the user has the 'knitr' package installed Description Check if the user has the 'knitr' package installed Usage has_knitr() has_markdown() [Package gluedown version 1.0.9...
/CRAN/refmans/gluedown/html/has_knitr.html
 cran-help  matching: knitr, knitr and knitr


Size: 1.3K
R: Determines if rendering in knitr
...{rayrender} R Documentation Determines if rendering in knitr Description Determines if rendering in knitr Usage is_rendering_in_knitr() Value boolean [Package rayrender version 0.32.2...
/CRAN/refmans/rayrender/html/is_rendering_in_knitr.html
 cran-help  matching: knitr, knitr and knitr


Size: 2.4K
R: Code analysis for knitr reports.
...knitr reports. Description Walk an abstract syntax tree and capture knitr dependencies. Usage walk_call_knitr(expr, counter) Arguments expr A language object or function to scan. counter An internal...
/CRAN/refmans/tarchetypes/html/walk_call_knitr.html
 cran-help  matching: knitr, knitr and knitr


Size: 1.5K
R: Set image path for 'knitr'
...Set image path for 'knitr' Description Set image path for 'knitr' Usage set_knitr_image_path(verbose = FALSE) Arguments verbose print out what the figure path is Value When used inside a knitted...
/CRAN/refmans/ottrpal/html/set_knitr_image_path.html
 cran-help  matching: knitr, knitr and knitr


Size: 1.3K
R: Determines if rendering in knitr
is_rendering_in_knitr {skpr} R Documentation Determines if rendering in knitr Description Determines if rendering in knitr Usage is_rendering_in_knitr() Value boolean [Package skpr version 1.7.1...
/CRAN/refmans/skpr/html/is_rendering_in_knitr.html
 cran-help  matching: knitr, knitr and knitr


Size: 1.7K
R: Knitr S3 methods
knitr_methods {shiny} R Documentation Knitr S3 methods Description These S3 methods are necessary to help Shiny applications and UI chunks embed themselves in knitr/rmarkdown documents.
/CRAN/refmans/shiny/html/knitr_methods.html
 cran-help  matching: knitr, knitr and knitr


Size: 3.2K
R: Initialize the asciicast knitr engine
...the asciicast knitr engine Description Call this function in your Rmd file to enable creating asciinema casts from code chunks. Usage init_knitr_engine( echo = FALSE, same_process = TRUE, timeout = 10...
/CRAN/refmans/asciicast/html/init_knitr_engine.html
 cran-help  matching: knitr, knitr and knitr


Size: 77.3K
knitr Reference Card
knitr Reference Card Yihui Xie April 5, 2024 1 Syntax 3 format start end inline Rnw <<*>>= @ \Sexpr{x} Rmd ```{r *} ``` `r x` Rhtml <!--begin.rcode * end.rcode--> <!--rinline Rrst .. {r *} .. .. :r:`x`...
/CRAN/packages/knitr/vignettes/knitr-refcard.pdf
 cran-vignettes  matching: knitr, knitr and knitr


...


powered by xapian
hosted and maintained by the Institute for Statistics and Mathematics
of WU (Vienna University of Economics and Business)
give a feedback