This is a package that contains functions dealing with data, which I personally found useful. Hence the name: xutils.
You can install the released version of xutils from CRAN with:
install.packages("xutils")And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("fangzhou-xie/xutils")This is a basic example of using the only function in
xutils package: the html_decode function.
# load library
library(xutils)
# create test strings
strings <- c("abcd", "& ' >", "&", "€ <")
# decode
html_decode(strings)
#> [1] "abcd" "& ' >" "&" "€ <"The package is distributed under MIT license.
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.