https://github.com/hlan22/2025-02-13-quarto-rscripts
(no longer useful) Learning to integrate Quarto documents with Rscripts! From a DSCI 310 lecture, made in tandem with:
https://github.com/hlan22/2025-02-13-quarto-rscripts
quarto rscript
Last synced: 4 months ago
JSON representation
(no longer useful) Learning to integrate Quarto documents with Rscripts! From a DSCI 310 lecture, made in tandem with:
- Host: GitHub
- URL: https://github.com/hlan22/2025-02-13-quarto-rscripts
- Owner: hlan22
- License: cc0-1.0
- Created: 2025-02-13T20:45:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T04:08:12.000Z (over 1 year ago)
- Last Synced: 2025-06-06T21:44:22.871Z (12 months ago)
- Topics: quarto, rscript
- Homepage: https://github.com/chendaniely/2025-02-13-quarto_rscripts
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.txt
- License: LICENSE
Awesome Lists containing this project
README
# Quarto Documents
Notes from my DSCI 310 lecture on Thursday, February 13th, 2025.
The main idea we learned was about quarto documents and how you can use them.
Later on in the semester we will learn further about making your own websites with quarto documents, or even a powerpoint or textbook.
Since I already have a lot of knowledge about quarto documents, I won't list everything we went over in class.
However, I will note some interesting things:
- You should generally exclude any rendered documents from quarto because those are often seen as "visual noise"
- There are many different ways of rendering code blocks
- HTML is generally better for visuals and customizations than something like a PDF
- Quarto documents can be made into a lot more than just PDFs or HTML files
- etc.