Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hope-data-science authored Dec 14, 2024
1 parent 68cf329 commit 901c53d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,10 @@ <h1 class="unnumbered">前言</h1>
<p>相关参考资料:</p>
<ul>
<li><a href="https://cran.r-project.org/web/packages/RSQLite/vignettes/RSQLite.html">在R中使用SQLite</a></li>
<li><a href="https://r4ds.hadley.nz/databases">R数据科学数据库相关章节</a></li>
<li><a href="https://cran.r-project.org/web/views/Databases.html">CRAN Task View: Databases with R</a></li>
<li><a href="https://r4ds.hadley.nz/databases">R for Data Science数据库相关章节</a></li>
<li><a href="https://forta.com/books/0135182794/">SQL必知必会(第五版)官方资料</a></li>
<li><a href="https://cran.r-project.org/web/views/Databases.html">CRAN Task View: Databases with R</a></li>
<li><a href="https://rdbsql.rsquaredacademy.com/">R, Databases &amp; SQL</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"href": "index.html",
"title": "基于R的SQL实验讲义",
"section": "",
"text": "前言\n本书是浙江财经大学数据科学学院数据科学与大数据技术系黄天元讲师为《数据库技术及应用》课程筹备的课程讲义,旨在综合使用R、SQLite等工具,结合《SQL必知必会》等经典教程,引导学生了解数据库技术的方方面面,并进行实践操作。R语言环境配置如下:\n\nif (!require(\"pacman\")) install.packages(\"pacman\")\npacman::p_load(tidyverse,DBI,RSQLite,fs,dbplyr)\n\nSQLite的集成开发环境为DB Browser for SQLite。\n相关参考资料:\n\n在R中使用SQLite\nR数据科学数据库相关章节\nCRAN Task View: Databases with R\nSQL必知必会(第五版)官方资料",
"text": "前言\n本书是浙江财经大学数据科学学院数据科学与大数据技术系黄天元讲师为《数据库技术及应用》课程筹备的课程讲义,旨在综合使用R、SQLite等工具,结合《SQL必知必会》等经典教程,引导学生了解数据库技术的方方面面,并进行实践操作。R语言环境配置如下:\n\nif (!require(\"pacman\")) install.packages(\"pacman\")\npacman::p_load(tidyverse,DBI,RSQLite,fs,dbplyr)\n\nSQLite的集成开发环境为DB Browser for SQLite。\n相关参考资料:\n\n在R中使用SQLite\nR for Data Science数据库相关章节\nSQL必知必会(第五版)官方资料\nCRAN Task View: Databases with R\nR, Databases & SQL",
"crumbs": [
"前言"
]
Expand Down
5 changes: 3 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SQLite的集成开发环境为[DB Browser for SQLite](https://sqlitebrowser.org/
相关参考资料:

- [在R中使用SQLite](https://cran.r-project.org/web/packages/RSQLite/vignettes/RSQLite.html)
- [R数据科学数据库相关章节](https://r4ds.hadley.nz/databases)
- [CRAN Task View: Databases with R](https://cran.r-project.org/web/views/Databases.html)
- [R for Data Science数据库相关章节](https://r4ds.hadley.nz/databases)
- [SQL必知必会(第五版)官方资料](https://forta.com/books/0135182794/)
- [CRAN Task View: Databases with R](https://cran.r-project.org/web/views/Databases.html)
- [R, Databases & SQL](https://rdbsql.rsquaredacademy.com/)

0 comments on commit 901c53d

Please sign in to comment.