You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for EML::write_eml states that ... allows to pass arguments to xml2::write_xml(). Is that the case though? In write_eml(), ... is not passed further to:
The documentation for
EML::write_emlstates that...allows to pass arguments toxml2::write_xml(). Is that the case though? Inwrite_eml(),...is not passed further to:EML/R/write_eml.R
Line 33 in b7871cc
... and emld::as_xml() doesn't accept
...