The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

xutils

CRAN_Status_Badge CRAN_Downloads Build Status License: MIT

This is a package that contains functions dealing with data, which I personally found useful. Hence the name: xutils.

Installation

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")

Example

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", "&amp; &apos; &gt;", "&amp;", "&euro; &lt;")
# decode
html_decode(strings)
#> [1] "abcd"  "& ' >" "&"     "€ <"

License

The package is distributed under MIT license.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.