querying-with-prql

(★ 23)

A book that demonstrates how to perform typical table data operations using PRQL and DuckDB.

File Explorer

  • .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

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

npm run

View Details ▼

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 ▼

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