You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
389 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/base64-image.R
\name{b64_image}
\alias{b64_image}
\title{Return a base64 encoded string of an image (local filesystem or URL)}
\usage{
b64_image(path_or_url)
}
\arguments{
\item{path_or_url}{local path or URL for the image}
}
\description{
Return a base64 encoded string of an image (local filesystem or URL)
}