Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Dynamically generate tabset panels in Quarto HTML documents

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

sayuks/quartabs

Repository files navigation

R-CMD-checkCodecov test coveragelint.yaml

Thequartabs is an R package that dynamically generatesTabsetPanelsin Quarto HTML documents.

Installation

You can installquartabs from CRAN:

install.packages("quartabs")

You can install the development version ofquartabs fromGitHub with:

# install.packages("pak")pak::pak("sayuks/quartabs")

Examples

render_tabset() takes a data frame as input and outputs the markdownthat generates thetabsetto stdout (console).

In the actual .qmd file, specify the chunk optionresults: asis.

library(quartabs)data.frame(tab= c("A","B"),value= c("Tab content for A","Tab content for B"))|>  render_tabset(tab,value)#> ::: {.panel-tabset}#>#> # A#>#> Tab content for A#>#> # B#>#> Tab content for B#>#> :::

SeeGetstartedfor details.

Code of Conduct

Please note that the quartabs project is released with aContributorCode ofConduct.By contributing to this project, you agree to abide by its terms.

About

Dynamically generate tabset panels in Quarto HTML documents

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp