Learn R Programming

crrri (version 0.0.13)

write_base64: write base64 result to file

Description

This is a helper function to write some resulting data from chrome to file. It will:

Usage

write_base64(res, con)

Arguments

res

A resulting list object with some data field containing base64 encoded data. (like Page$printToPDF())

con