A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/Rcpp/../sparseDFM/../Rcpp/../xutils/readme/README.html below:

README

xutils

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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4