Description Usage Arguments Value See Also Examples
Get name for Exif tag code
1 | get_tag_name(code, fill_na = FALSE)
|
code |
The numeric code for an Exif tag |
fill_na |
If the description for a code is not found, NA will be returned by default (FALSE). To generate a name using hex code, set to TRUE |
A character vector with code names (if available)
1 2 3 4 | get_tag_name(0x0112)
get_tag_name(41991:41994)
get_tag_name(5) # not a valid code
get_tag_name(5, fill_na = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.