View source: R/read_tiff_tags.R
get_tiff_time_from_file | R Documentation |
The description is in the tiff file's metadata, tipically written by Metamorph.
get_tiff_time_from_file(
tiff.paths,
frames = 1,
format = "%Y%m%d %H:%M:%OS",
...
)
frames |
The frame number to process, passed to |
format |
character string giving a date-time format as used
by |
... |
Passed to |
The tiff time (as.POSIXct).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.