read_logo: Function to load base64 logo.

Description Usage Arguments Examples

View source: R/read_logo.R

Description

read_logo reads the logo from a file on disk.

Usage

1
2
(path = system.file("assets/oecd_globe_base64", package =
  "rcw"))

Arguments

path

the file path

Examples

1
2
logo <- (system.file("assets/oecd_globe_base64", package = "rcw"))
str(logo)

R4IO/rcw documentation built on Feb. 3, 2020, 11:46 a.m.