quarto Questions

2

Solved

How can I scale a table to fit a PDF page in Quarto? Example: --- title: "Untitled" format: pdf --- ```{r setup} #| include: false library(dplyr) library(gt) ``` ```{r tbl} #| include...
Vulpecula asked 16/10, 2022 at 19:21

2

Solved

I'm trying to insert a company logo image on a HTML report generated with Quarto from RStudio. My report template is the following --- title: "Report Title" subtitle: "Report subtitl...
Sergent asked 24/10, 2022 at 11:58

2

I have a Quarto qmd file with the below code to display a valueBox. --- title: "My Dashboard" output: flexdashboard::flex_dashboard: orientation: rows --- ```{r setup, include=FALSE} ...
Manysided asked 15/9, 2022 at 20:32

1

Solved

I'm trying to build a dashboard with Quarto. One initial goal is to count the number of cases in a dataset (later with API retrieval) when the dashboard is called on the Shiny server. In the 'serve...
Sena asked 20/4 at 15:27

1

I recently updated R and R Studio, and started getting an error message on Quarto Markdown documents, rendering to HTML. This is happening on brand-new "test" documents as well as actual ...
Hilar asked 23/6, 2023 at 17:59

2

Solved

The custom date works in RMarkdown-pdf but I noticed Quarto doesn't. How can I use custom date in Quarto YAML? --- title: "Some pdf document" author: "me" date: "Spring 202...
Galvano asked 1/2, 2023 at 19:5

1

When I attempt to re-publish a Quarto Book to an established url on Quarto Pub, I receive an error in the terminal. The error message in the terminal upon which it stops before republishing is: &qu...
Baryon asked 22/12, 2022 at 7:59

2

Solved

I am trying to use different syntax highlighting for light and dark mode in Quarto, per the documentation here. However, I cannot get this documented method to work. Here's an example. My regular f...
Breviary asked 4/2 at 20:35

2

Solved

I would like to justify the text in a Quarto document. This means that it should automatically add text between words so that both edges of each line of text are aligned with both margins. In a wor...
Gauhati asked 6/11, 2022 at 13:8

3

After adding CSS style colour as green The editor is making Heading 1 green but in the RStudio slide Preview, the text followed by Heading 1 is green but not the Heading 1. qmd file looks like thi...
Whiteside asked 7/5, 2022 at 5:32

1

I have created a Quarto blog post which contains many leaflet maps, generated in R. As the data for each map is embedded within the html file, the file itself is very large. This is causing problem...
Bleak asked 8/11, 2023 at 18:17

3

Solved

.In quarto revealjs the font size for code chunks is smaller than that for text. Changing the base font (using fontsize) just changes everything proportionally. I would like to be able to adjust th...
Coin asked 1/4, 2023 at 16:28

3

Solved

How do I customize the filename of r quarto pdf document when I render? Before when I was using Rmarkdown I was using the following code in the YAML: --- title: "Some title" author: &quot...
Timberhead asked 2/9, 2022 at 22:2

1

Solved

Hoping someone can help - when rendering in quarto to HTML (and presumably same in Rmarkdown) often I wish to render the document without any evidence of the setup code chunks (like loading the lib...
Selfdeception asked 29/7, 2023 at 23:50

5

I am currently trying to transition to Quarto from Rmarkdown. However, I am facing an issue with setting the correct project directory. I wanted to ask if there is something similar to this option ...
Telemetry asked 31/7, 2022 at 18:59

1

Solved

I have seen how to customize chunks appearance in Quarto documentation (https://quarto.org/docs/output-formats/html-code.html#appearance), but how to customize color and/or background of chunks out...
Unchain asked 4/7, 2023 at 8:40

2

I'm using quarto to write an online book and need to mimic the environments and counters of a published book. The latter employs five custom framed environments (examples, exercises, remarks, theor...
Mayberry asked 9/8, 2022 at 7:51

0

I am trying to render some actuarial notation using Quarto (an angle bracket over a subscript to indicate duration). I can load additional packages when outputting PDF, but the HTML LaTeX options d...
Fayfayal asked 26/6, 2023 at 15:47

2

Solved

I've put together a webpage for my research group using quarto - we have a page listing the lab's publications I've adapted a .csl file to fit most of my formatting needs (eg. listing chronological...
Dooryard asked 3/6, 2023 at 0:6

2

Solved

(Disclaimer: I borrowed the most code from Making Pretty PDFs with Quarto.) My code works fine with classoption: [oneside] but have issues with classoption: [twoside]. How can I correctly render it...
Etui asked 30/5, 2023 at 10:0

1

Solved

I would like to have a picture on the left side of a slide, and text on the right side. I am using Quarto reveal.js. I would expect that with the .columns div, it should work, but this gives unexpe...
Whitworth asked 7/6, 2023 at 9:24

1

Solved

Is there a way to embed a webpage in a Quarto reveal.js or HTML output? So far, there is documentation for IFrames as interactive background for reveal.js, but this is not really flexible. Reproduc...
Cool asked 7/6, 2023 at 8:14

2

Solved

I would like to have a word appear in a slide rendered with quarto in revealjs format. I know I can have a word appear on the next line like this: --- title: "Thoughts on Quarto" format: ...
Wynn asked 2/12, 2022 at 0:40

3

Solved

Task I'm using quarto to write an online book and need to mimic the environments and counters of a published book. The latter employs five custom framed environments (examples, exercises, remarks, ...
Coprophilous asked 9/8, 2022 at 8:16

1

I would like to create a dropdown menu in Quarto to show multiple plots. In R Markdown is this really simple using # Dropdown menu {.tabset .tabset-dropdown} with some ## for each plot. Here is a r...
Emelina asked 29/8, 2022 at 16:59

© 2022 - 2024 — McMap. All rights reserved.