Skip to content

Commit f9cbc9e

Browse files
committed
doc: set base64_to_image as internal
1 parent 959301d commit f9cbc9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

R/dev-utils.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ from_base64 <- function(x) {
154154
#' output_files = tempfile(fileext = ".jpeg")
155155
#' )
156156
#' @export
157+
#' @keywords internal
157158
base64_to_image <- function(data_uri, output_files) {
158159

159160
for(i in seq_along(data_uri)) {

man/base64_to_image.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)