Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 2 of 2 found.
[1] < 1 > [1]  Sort:

encode (Package: base64) : Encode and Decode base64

Wraps openssl::base64_encode to replace the deprecated implementation by Romain Francois.
● Data Source: CranContrib
● Keywords:
● Alias: base64, decode, encode
● 0 images

img (Package: base64) : Encode a png file as a img data uri

This creates html code to embed a png file into an html document. Sexpr[results=rd, stage=build, echo=FALSE]{ pngfile <- tempfile() png(pngfile, width = 600, height = 400 ) plot(1:100, rnorm(100), pch = 21, bg = "red", cex = 2 ) dev.off() base64::img( pngfile, Rd = TRUE ) }
● Data Source: CranContrib
● Keywords:
● Alias: img
● 0 images