jdenticon {jdenticon} | R Documentation |
Create a Jdenticon.
Description
Create a Jdenticon.
Usage
jdenticon(
value = NULL,
filePath = tempdir(),
fileName = glue::glue("jdenticon_{size}_{value}"),
size = "100",
config = NULL,
type = "png",
preview = interactive() && Sys.getenv("RSTUDIO") == "1",
return_list = FALSE
)
Arguments
value |
|
filePath |
|
fileName |
|
size |
|
config |
list of jdenticon configuration options (see the jdenticon documentation) |
type |
Image type (default 'png', or 'svg') |
preview |
|
return_list |
|
Value
Path to Jdenticon icon file, or (if return_list
is true) a list with all parameters (including path).
Examples
## Not run:
jdenticon(value = 'mango')
## End(Not run)
[Package jdenticon version 0.1.1 Index]