markdown 比较Python和R. #python #r中的常见util函数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 比较Python和R. #python #r中的常见util函数相关的知识,希望对你有一定的参考价值。

## Concatenate strings

```py
## py ##
a = 'Data Science'
b = '!'

'{}{}'.format(a, b)
#[1] 'Data Science!'
```

```r
## r ##
a <- "Data Science"
b <- "!"

paste0(a, b)
#[1] "Data Science!"
```

## Subset a string

```py
## py ##
abc = 'abcdefg'
abc[:3]
#[1] 'abc'
```

```r
## r ##
abc <- "abcdefg"
substr(abc, 1, 3)
#[1] "abc"
```

以上是关于markdown 比较Python和R. #python #r中的常见util函数的主要内容,如果未能解决你的问题,请参考以下文章

python之jupyter安装与使用

markdown #Python VS ES6语法比较

Python 接口测试之结果集比较封装

X shell 5. R. 的安装

学习 R. 从哪里开始? [关闭]

ArcGIS Python工具箱.pyt裁剪工具