querying-with-prql
A book that demonstrates how to perform typical table data operations using PRQL and DuckDB.
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
npm run
설명 보기 ▼
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
설명 보기 ▼
quarto
Pandoc 기반의 오픈 소스 과학 및 기술 출판 시스템.
더 많은 정보: <https://quarto.org/docs/reference/projects/options.html>.
quarto create-project {{path/to/destination_directory}} --type {{book|default|website}}
새 프로젝트 생성:
quarto create-project {{path/to/destination_directory}} --type {{website}} --template {{blog}}
새 블로그 웹사이트 생성:
quarto render {{path/to/file.[qmd|rmd|ipynb]}} --to {{html|pdf|docx}}
입력 파일을 다양한 형식으로 렌더링:
// repository documentation
Was this content helpful?
(0 ratings)
