View source: R/write.metadata.R
write.metadata | R Documentation |
Utilizes exiftool to write metadata to generated plots. Writes the R version, lattice version, latticeExtra version, BoutrosLab.plotting.general version, BoutrosLab.plotting.survival version, operating system, machine, author, image description.
write.metadata(
filename = NULL,
description = NULL,
verbose = FALSE
);
filename |
Filename for output, or if NULL (default value) returns image unchanged. |
description |
Short description of image; default NULL |
verbose |
Option to standard output; default FALSE |
If filename
is NULL
, returns the image unchanged. If description
is NULL
, then the image is returned without the description tag.
Note: an easy way to view the metadata is by using the exiftool command.
Esther Jung
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.