Skip to content

Commit baa85de

Browse files
committed
Mention movepub::write_eml()
Ping @sannegovaert. Thought it be odd to not mention our own function
1 parent 5f3471e commit baa85de

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

R/html_to_docbook.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
#' `<emphasis>...</emphasis>` | `...` (DocBook element sanitized)
4848
#'
4949
#' @section Use with EML:
50-
#' 1. Create or read EML with `EML::read_eml()`.
50+
#' 1. Capture EML with `eml <- movepub::write_eml()` or read with
51+
#' `EML::read_eml()`.
5152
#' 2. Assign output of `html_to_docbook()` to `eml$dataset$abstract$para`.
5253
#' 3. Write EML with `EML::write_eml()`.
5354
#'

man/html_to_docbook.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)