跟大鹏学 R 语言(1):下载安装 by dapeng

View this thread on steempeak.com
· @dapeng · (edited)
$6.53
跟大鹏学 R 语言(1):下载安装
前情回顾:
- [预告:“跟大鹏学 R 语言”连载即将开始](
https://steemit.com/cn/@dapeng/xuer-0)


本文选自《学 R:零基础学习 R 语言》(大鹏著,研究出版社,2018)第一章。

![xuer-cover.jpg](https://steemitimages.com/DQmc6teNxfGG4snjzYVyp4jctSxCStb8Ed5Q4rt1xy7k64K/xuer-cover.jpg)


# 第1章 初见


## 1.1 结缘:下载安装

R 是跨平台的开源免费自由软件,Windows、Linux、macOS都有对应的安装文件可以下载。本书均以 Windows 系统为例作介绍。截至本书成稿时,R的最新版是3.4.1,安装程序文件只有75 M。我们去[R的服务器](https://cran.r-project.org/),点击Download R for Windows,在打开的新网页最上方点击`base`,就找到下载链接了。下载完毕后,一路“下一步”的傻瓜式安装即可。安装完毕之后,从开始菜单中找到R,运行就可以了。

R的默认界面是控制台窗口(图1.1),展示的是代码和运行结果。

![](https://github.com/pzhaonet/keller/raw/master/figdapeng/i2018-04-03_1.png)

图 1.1: 裸奔的R默认界面.



在这个窗口逐条输入下面的代码,每换一次行就会执行一条。

```
co2
summary(co2)
```

我们输入的R代码很简单。第一行展示了一个名叫co2的变量,内容是夏威夷Mauna Loa观测站的大气二氧化碳浓度数据,是R自带安装的。这个数据举世闻名,我们现在常说的全球变暖、节能减排,经常会拿这个数据来说事儿。第二行计算的是co2数据的统计量,依次是最小值、第一分位数、中值、平均值、第三分位数、最大值。敲几个字母就算出这么多结果,是不是很方便?这只是R牛刀小试而已。

需要注意的是,退出R之后,这个窗口的代码不会保存。想保存的话,可以点击菜单栏的File – New script,就会出现一个新的编辑窗口,这里可以输入代码。需要执行的话,光标移到代码所在行,按ctrl+r (表示同时按住ctrl键和r键。下同)即可。编辑窗口的代码可以保存成文本文件,方便以后重复使用。

不出意料的话,新手对R的第一印象一定是:怎么这么简陋!

是的,此刻的R在裸奔,虽然能用,但不好看,而且不方便。我们可以给R穿上一件衣服遮遮羞,这只需再安装一个软件就行。

**思考 1.1** 你还见过哪些软件,界面简陋却功能强大?哪些软件界面花哨却功能差强人意?

R能穿的免费衣服很多,人们各有所爱。我们用过Notepad++、Tinn-R、 RKward,也用过Vim配合R插件,最后选定了 RStudio,因为有诸多好处,最明显的就是把 R 常用的界面整合到了一起(图1.2)。看吧,华丽丽堪比貂皮大衣。默认有四个面板:左上面板输入代码,左下面板查看代码的运行结果,右上面板展示工作环境,右下面板显示作图结果和帮助信息。我第一次用RStudio的时候一时惊为天人,就像《天龙八部》里的段誉看见了神仙姐姐的雕像,《神雕侠侣》里的郭襄看见了摘去面具的杨过,从此不可自拔。RStudio 还有很多好处,我们以后慢慢讲。将来会发现,RStudio岂止是件貂皮大衣,简直是一栋豪华别墅。



![](https://github.com/pzhaonet/keller/raw/master/figdapeng/img-rstudio.jpg)

图 1.2: RStudio:R的豪宅.

RStudio的安装很简单。上RStudio官网,下载安装文件 运行即可。安装完毕后运行,然后选择菜单 File – New – R script ,或按快捷键 ctrl+shift+n,会新建一个.r文件。

以后我们只需运行RStudio就行了,它会自动调用R。那个裸奔的R界面,就让它像泰坦尼克号一样永远埋葬在电脑的深处。忘了它吧。

现在,我们正式开始 R 的奇幻之旅。
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 8 others
properties (23)
post_id41,774,707
authordapeng
permlinkxuer-1
categorycn
json_metadata"{"app": "steemit/0.1", "format": "markdown", "links": ["https://steemit.com/cn/@dapeng/xuer-0", "https://cran.r-project.org/"], "image": ["https://steemitimages.com/DQmc6teNxfGG4snjzYVyp4jctSxCStb8Ed5Q4rt1xy7k64K/xuer-cover.jpg"], "tags": ["cn", "r", "tutorial", "programming", "cn-programming"]}"
created2018-04-02 22:10:33
last_update2018-04-06 12:00:30
depth0
children25
net_rshares2,142,107,554,542
last_payout2018-04-09 22:10:33
cashout_time1969-12-31 23:59:59
total_payout_value5.255 SBD
curator_payout_value1.276 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,761
author_reputation64,235,894,740,263
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (72)
@hmayak · (edited)
$0.04
为dapeng打call。
自带安装监测大气二氧化碳浓度数据,这R还挺环保的呀
👍  
properties (23)
post_id41,775,913
authorhmayak
permlinkre-dapeng-xuer-1-20180402t222308068z
categorycn
json_metadata"{"app": "busy/2.4.0", "community": "busy", "tags": ["cn"]}"
created2018-04-02 22:23:09
last_update2018-04-02 22:25:27
depth1
children1
net_rshares14,295,549,717
last_payout2018-04-09 22:23:09
cashout_time1969-12-31 23:59:59
total_payout_value0.031 SBD
curator_payout_value0.010 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length39
author_reputation13,352,283,829,142
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dapeng ·
是的,非常环保。它还自带了很多其他数据,后面会慢慢介绍。
properties (22)
post_id41,841,918
authordapeng
permlinkre-hmayak-re-dapeng-xuer-1-20180403t090950371z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 09:09:51
last_update2018-04-03 09:09:51
depth2
children0
net_rshares0
last_payout2018-04-10 09:09:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length28
author_reputation64,235,894,740,263
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@perlia ·
$0.04
is it just for Windows ? 🙇🏼‍♀🙇🏼‍♀
👍  
properties (23)
post_id41,781,172
authorperlia
permlinkre-dapeng-xuer-1-20180402t232046194z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-02 23:20:45
last_update2018-04-02 23:20:45
depth1
children2
net_rshares14,295,549,717
last_payout2018-04-09 23:20:45
cashout_time1969-12-31 23:59:59
total_payout_value0.031 SBD
curator_payout_value0.010 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length33
author_reputation1,862,087,136,662
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dapeng ·
of course not. It is for Windows, Linux, and MacOS.
properties (22)
post_id41,841,984
authordapeng
permlinkre-perlia-re-dapeng-xuer-1-20180403t091031513z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 09:10:33
last_update2018-04-03 09:10:33
depth2
children1
net_rshares0
last_payout2018-04-10 09:10:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length51
author_reputation64,235,894,740,263
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@perlia ·
Mac also okay ? thanks for remind =] try it later
properties (22)
post_id41,848,189
authorperlia
permlinkre-dapeng-re-perlia-re-dapeng-xuer-1-20180403t100736713z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 10:07:36
last_update2018-04-03 10:07:36
depth3
children0
net_rshares0
last_payout2018-04-10 10:07:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length49
author_reputation1,862,087,136,662
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@susanli3769 ·
谢谢
👍  
properties (23)
post_id41,795,262
authorsusanli3769
permlinkre-dapeng-xuer-1-20180403t015126287z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 01:51:24
last_update2018-04-03 01:51:24
depth1
children3
net_rshares5,498,288,352
last_payout2018-04-10 01:51:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length2
author_reputation307,452,322,299,597
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dapeng ·
不客气
properties (22)
post_id41,842,026
authordapeng
permlinkre-susanli3769-re-dapeng-xuer-1-20180403t091055446z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 09:10:57
last_update2018-04-03 09:10:57
depth2
children2
net_rshares0
last_payout2018-04-10 09:10:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length3
author_reputation64,235,894,740,263
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@susanli3769 ·
期待你的R 语言第2 课。谢谢
properties (22)
post_id42,107,955
authorsusanli3769
permlinkre-dapeng-re-susanli3769-re-dapeng-xuer-1-20180405t001042887z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-05 00:10:45
last_update2018-04-05 00:10:45
depth3
children1
net_rshares0
last_payout2018-04-12 00:10:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length15
author_reputation307,452,322,299,597
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lemooljiang ·
$1.42
相当强大!跟着学!
👍  ,
properties (23)
post_id41,795,662
authorlemooljiang
permlinkre-dapeng-xuer-1-20180403t015533525z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 01:55:36
last_update2018-04-03 01:55:36
depth1
children3
net_rshares466,165,120,702
last_payout2018-04-10 01:55:36
cashout_time1969-12-31 23:59:59
total_payout_value1.069 SBD
curator_payout_value0.352 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length9
author_reputation263,700,595,848,611
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@dapeng ·
欢迎多提意见啊
properties (22)
post_id41,842,074
authordapeng
permlinkre-lemooljiang-re-dapeng-xuer-1-20180403t091130471z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 09:11:30
last_update2018-04-03 09:11:30
depth2
children2
net_rshares0
last_payout2018-04-10 09:11:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length7
author_reputation64,235,894,740,263
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@lemooljiang ·
$1.38
嗯 ,要是有同步的视频就更好啦!一边看一边学,效率最好。
👍  ,
properties (23)
post_id41,877,022
authorlemooljiang
permlinkre-dapeng-re-lemooljiang-re-dapeng-xuer-1-20180403t140551208z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 14:05:54
last_update2018-04-03 14:05:54
depth3
children1
net_rshares454,268,723,586
last_payout2018-04-10 14:05:54
cashout_time1969-12-31 23:59:59
total_payout_value1.040 SBD
curator_payout_value0.343 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length28
author_reputation263,700,595,848,611
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@zhanghui ·
$0.04
虽然对于这样的学习没有太多的天赋,但是还是觉得这个时代不断学习的重要性。
👍  
properties (23)
post_id41,798,774
authorzhanghui
permlinkre-dapeng-xuer-1-20180403t022431355z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 02:24:45
last_update2018-04-03 02:24:45
depth1
children1
net_rshares14,295,549,717
last_payout2018-04-10 02:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.031 SBD
curator_payout_value0.010 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length36
author_reputation69,894,732,072
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dapeng ·
是的,有天赋的人不需要学习
properties (22)
post_id41,842,195
authordapeng
permlinkre-zhanghui-re-dapeng-xuer-1-20180403t091239897z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 09:12:39
last_update2018-04-03 09:12:39
depth2
children0
net_rshares0
last_payout2018-04-10 09:12:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length13
author_reputation64,235,894,740,263
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@wilhb81 ·
$0.04
喔,安装教程都有了,大鹏哥威武!
👍  
properties (23)
post_id41,800,441
authorwilhb81
permlinkre-dapeng-xuer-1-20180403t024103442z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 02:41:03
last_update2018-04-03 02:41:03
depth1
children1
net_rshares14,295,549,717
last_payout2018-04-10 02:41:03
cashout_time1969-12-31 23:59:59
total_payout_value0.031 SBD
curator_payout_value0.010 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length16
author_reputation460,609,969,159,666
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dapeng ·
从零开始
properties (22)
post_id41,842,245
authordapeng
permlinkre-wilhb81-re-dapeng-xuer-1-20180403t091301673z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 09:13:03
last_update2018-04-03 09:13:03
depth2
children0
net_rshares0
last_payout2018-04-10 09:13:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length4
author_reputation64,235,894,740,263
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@maiyude ·
$0.05
坐好了,老师,有课后作业吗?
👍  
properties (23)
post_id41,892,912
authormaiyude
permlinkre-dapeng-xuer-1-20180403t155953315z
categorycn
json_metadata"{"app": "busy/2.4.0", "community": "busy", "tags": ["cn"]}"
created2018-04-03 16:00:06
last_update2018-04-03 16:00:06
depth1
children2
net_rshares18,694,180,399
last_payout2018-04-10 16:00:06
cashout_time1969-12-31 23:59:59
total_payout_value0.042 SBD
curator_payout_value0.012 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length14
author_reputation21,161,943,744,615
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dapeng ·
有,随后就到。
properties (22)
post_id41,935,545
authordapeng
permlinkre-maiyude-re-dapeng-xuer-1-20180403t220728543z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-03 22:07:30
last_update2018-04-03 22:07:30
depth2
children1
net_rshares0
last_payout2018-04-10 22:07:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length7
author_reputation64,235,894,740,263
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@tvb ·
说好了我跟你学的!
properties (22)
post_id42,055,041
authortvb
permlinkre-dapeng-re-maiyude-re-dapeng-xuer-1-20180404t160356695z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-04 16:03:57
last_update2018-04-04 16:03:57
depth3
children0
net_rshares0
last_payout2018-04-11 16:03:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length9
author_reputation35,846,309,024,528
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@tvb ·
$0.04
我以后就跟你学了
👍  
properties (23)
post_id42,054,849
authortvb
permlinkre-dapeng-xuer-1-20180404t160236079z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-04 16:02:36
last_update2018-04-04 16:02:36
depth1
children1
net_rshares15,395,207,388
last_payout2018-04-11 16:02:36
cashout_time1969-12-31 23:59:59
total_payout_value0.033 SBD
curator_payout_value0.010 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length8
author_reputation35,846,309,024,528
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dapeng ·
properties (22)
post_id42,076,846
authordapeng
permlinkre-tvb-re-dapeng-xuer-1-20180404t185657617z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-04-04 18:56:57
last_update2018-04-04 18:56:57
depth2
children0
net_rshares0
last_payout2018-04-11 18:56:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1
author_reputation64,235,894,740,263
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@shine.wong · (edited)
好奇问一下布衣的vsCode可以吗??因为我懒得装RS呀😜
👍  
properties (23)
post_id46,891,557
authorshine.wong
permlinkre-dapeng-xuer-1-20180504t115751732z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-05-04 11:57:54
last_update2018-05-04 12:04:57
depth1
children2
net_rshares2,259,118,433
last_payout2018-05-11 11:57:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length29
author_reputation1,373,339,077,399
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@dapeng ·
试试咯,我也不知道呀
properties (22)
post_id47,191,952
authordapeng
permlinkre-shinewong-re-dapeng-xuer-1-20180506t084736814z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-05-06 08:47:39
last_update2018-05-06 08:47:39
depth2
children1
net_rshares0
last_payout2018-05-13 08:47:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length10
author_reputation64,235,894,740,263
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@shine.wong ·
昨天簡單搜索了下,vs code麼有R的插件,估計不行,期待你後面的教程。😏
properties (22)
post_id47,201,275
authorshine.wong
permlinkre-dapeng-re-shinewong-re-dapeng-xuer-1-20180506t101416185z
categorycn
json_metadata"{"app": "steemit/0.1", "tags": ["cn"]}"
created2018-05-06 10:14:27
last_update2018-05-06 10:14:27
depth3
children0
net_rshares0
last_payout2018-05-13 10:14:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length38
author_reputation1,373,339,077,399
root_title"跟大鹏学 R 语言(1):下载安装"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000