[R] some functions
Posted vinking
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[R] some functions相关的知识,希望对你有一定的参考价值。
R shows all the variables:
ls()
R remove some variable:
rm("variable_name") or rm(variable_name)
R remove all the variables:
rm(list=ls())
R get the value of some variable by name :
get(names)
R paste: collapse and sep parameter
collapse is use for different elements, sep is used for different parts
以上是关于[R] some functions的主要内容,如果未能解决你的问题,请参考以下文章
如何从 alertDialog.setView(R.layout.some_layout) 获取 EditText 的值
Some basic properties of Assouad dimenison
解决 failed to push some refs to 'git@github.com:zle1992/head-first-java' hint: Updates were r