Write your metadata tags to an HTML file that can be manually included in your page.
Arguments
- .meta
A
meta
object created bymeta()
oras_meta()
, or returned by ameta_*()
object.- path
The file to write into, defaults to
"meta.html"
.- append
logical. Only used if the argument
file
is the name of file (and not a connection or"|cmd"
). IfTRUE
output will be appended tofile
; otherwise, it will overwrite the contents offile
.
See also
Other meta_actions:
include_meta()