文件名称:xutils:一些有用的个人功能
文件大小:22KB
文件格式:ZIP
更新时间:2024-03-09 04:58:21
C++
xutils 这是一个包含处理数据功能的程序包,我个人认为这很有用。 因此,名称为: x utils。 安装 该软件包计划提交给CRAN。 以及来自的开发版本: # install.packages("devtools") devtools :: install_github( " fangzhou-xie/xutils " ) 例子 这是在xutils包中使用唯一函数的基本示例: html_decode函数。 # load library library( xutils ) # create test strings strings <- c( " abcd " , " & ' > " , " & " , " € < " ) # decode html_decode( strings ) # > [1] "abcd" "& ' >
【文件预览】:
xutils-main
----.github()
--------.gitignore(7B)
--------workflows()
----vignettes()
--------Introduction.Rmd(2KB)
--------.gitignore(11B)
----NAMESPACE(133B)
----CRAN-RELEASE(126B)
----xutils.Rproj(414B)
----NEWS.md(145B)
----cran-comments.md(713B)
----DESCRIPTION(857B)
----src()
--------html_decode.cpp(22KB)
--------entities.h(546B)
--------RcppExports.cpp(848B)
--------.gitignore(15B)
----R()
--------html_decode.R(394B)
--------RcppExports.R(219B)
--------xutils-package.R(192B)
----.travis.yml(110B)
----.Rbuildignore(122B)
----LICENSE(44B)
----LICENSE.md(1KB)
----README.md(1KB)
----man()
--------figures()
--------html_decode.Rd(509B)
----.gitignore(60B)
----README.Rmd(1KB)