querying-with-prql
A book that demonstrates how to perform typical table data operations using PRQL and DuckDB.
File Explorer
- devcontainer.json
- settings.json
- .gitignore
- .gitignore
- _cleanup-knitr.qmd
- _setup-data-1.qmd
- _setup-knitr.qmd
- indexing.qmd
- info.qmd
- intro.qmd
- method_chaining.qmd
- tidy.qmd
- timeseries.qmd
- .gitignore
- activate.R
- custom.css
- index.module.css
- favicon.ico
- logo.svg
- .nojekyll
- .editorconfig
- .gitignore
- .Rprofile
- _quarto.yml
- babel.config.js
- docusaurus.config.js
- LICENSE.md
- package-lock.json
- package.json
- README.md
- renv.lock
- requirements.txt
- sidebars.js
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
quarto
View Details ▼
quarto
An open-source scientific and technical publishing system built on Pandoc.
quarto create-project {{path/to/destination_directory}} --type {{book|default|website}}
Create a new project:
quarto create-project {{path/to/destination_directory}} --type {{website}} --template {{blog}}
Create a new blog website:
quarto render {{path/to/file.[qmd|rmd|ipynb]}} --to {{html|pdf|docx}}
Render input file(s) to different formats:
// repository documentation
Was this content helpful?
(0 ratings)
