doc: update docs/r.md (#561)

Add book link to my study notes of R. 4c7e86893d
This commit is contained in:
jaywcjlove
2024-03-07 16:46:22 +00:00
parent 9f914bcda5
commit 35a77a4865
5 changed files with 210 additions and 456 deletions

View File

@ -316,6 +316,7 @@
<!--rehype:className=left-align-->
</div></div></div></div></div><div class="wrap h2body-not-exist"><div class="wrap-header h2wrap"><h2 id="另见"><a aria-hidden="true" tabindex="-1" href="#另见"><span class="icon icon-link"></span></a>另见</h2><div class="wrap-body">
<ul>
<li><a href="https://blanket58.github.io/books/study-notes-of-R/">全面了解Base R</a> <em>(github.io)</em></li>
<li><a href="https://www.r-project.org/">R 语言官网</a> <em>(r-project.org)</em></li>
<li><a href="https://r4ds.hadley.nz/">数据科学 R</a> <em>(hadley.nz)</em></li>
<li><a href="https://www.tmwr.org/">使用 R 进行整洁的建模</a> <em>(tmwr.org)</em></li>