Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s-u/base64enc

R tools for base64 encoding
https://github.com/s-u/base64enc

Last synced: about 2 months ago
JSON representation

R tools for base64 encoding

Awesome Lists containing this project

README

        

# base64enc
## Tools for base64 Encoding

This R package provides tools for handling base64 encoding. See [RForge page](https://rforge.net/base64enc) and [R documentation](https://rforge.net/doc/packages/base64enc/00Index.html).

[![CRAN](https://rforge.net/do/cransvg/base64enc)](https://cran.r-project.org/package=base64enc)
[![RForge](https://rforge.net/do/versvg/base64enc)](https://RForge.net/base64enc)
[![check](https://github.com/s-u/base64enc/actions/workflows/check.yml/badge.svg)](https://github.com/s-u/base64enc/actions/workflows/check.yml)

To install the CRAN version, use simply

```
install.packages("base64enc")
```

For installation of the latest development version, use

```
install.packages("base64enc", repo="https://rforge.net")
```