天道酬勤,厚德载物,自强不息,求真务实,动脑动手,孜孜以求

StudyDo

天道酬勤,厚德载物,自强不息,求真务实,动脑动手,孜孜以求

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

08 2021 档案

摘要:Linux shell is very powerful. Sometimes I use it. But the long command prompts make me uncomfortable. This is my favorate command prompt: export PS1=" 阅读全文
posted @ 2021-08-07 22:36 三木人 阅读(125) 评论(0) 推荐(0)

摘要:Introduction A list is an indexed set of objects, which can include different data type, even lists. Its power and utility are from its generality. In 阅读全文
posted @ 2021-08-05 00:00 三木人 阅读(79) 评论(0) 推荐(0)

摘要:I build a folder in gitee library. I use picgo to help me upload the pics. At the same time, I want to make a copy for the blog files. I used git pull 阅读全文
posted @ 2021-08-03 14:55 三木人 阅读(101) 评论(0) 推荐(0)

摘要:The knitr is an very useful tool to output a report file. Generally, I use knitr::kable(cars,format = "html") to output a html file. In most time, it 阅读全文
posted @ 2021-08-02 16:38 三木人 阅读(45) 评论(0) 推荐(0)

摘要:The renv package is a new effort to bring project-local R dependency management to your projects. There are three commands to do it. ·renv::init()·, i 阅读全文
posted @ 2021-08-01 16:26 三木人 阅读(57) 评论(0) 推荐(0)