A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/shiny/../r2resize/vignettes/introduction_r2resize.html below:

In-text resizing for images and tables in Markdown and Quarto documents

Installation and Library Attachment

The r2resize package is available on CRAN and can be installed as shown below

install.packages(r2resize)

Attach library

library(r2resize)

Use the easy resize functionality in Rmarkdown or Quarto

The r2resize can be used within the R Markdown or Quarto document using an R chunk as shown below

r2resize::add.resizer()

or by using the available options. An example of how the available options can be used is show below

r2resize::add.resizer(
  theme.color = "black",
  position = "top",
  font.size = "12px",
  font.color = "darkblue",
  tables = TRUE,
  images = TRUE,
  line.color = "orange",
  line.width = 150,
  default.image.width="40%"
)
Use a lot of other cool functions such as the one below
library(r2symbols)
r2resize::emphasisCard("text1",symbol("ram","hippopotamus","alpha","beta",font.size=50), bg.color = "#f1f1f1")

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4