Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Correctly document default of "track_changes" parameter in dedoc() #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/dedoc.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#' directory
#' @param track_changes How to deal with tracked changes and comments in the
#' `.docx` file. `"accept"` accepts all changes, and `"reject"` rejects all of
#' them. The default, `"criticmarkup"`, converts the tracked changes to
#' them. `"criticmarkup"`, converts the tracked changes to
#' [Critic Markup syntax](http://criticmarkup.com/spec.php#thebasicsyntax).
#' "comments_only" will only convert comments, as other changes can be
#' The default, `"comments_only"` will only convert comments, as other changes can be
#' viewed with [redoc_diff()].
#' `"all"` marks up tracked changes and comments in `<span>` tags and is
#' useful for debugging. See the
Expand Down
2 changes: 1 addition & 1 deletion man/dedoc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.