convert_helpers {roxytypes} | R Documentation |
Conversion Helpers
Description
Various functions for supporting conversion from standard roxygen tags to
@typed
tags.
Usage
convert_continue_prompt()
preview_convert_edits(edits, n = 1)
preview_convert_edit(edit)
format_diff_chr(d, offset)
diff_lines(d)
Arguments
n |
( |
edit , edits |
( |
d |
( |
offset |
( |
Value
NULL
Functions
-
convert_continue_prompt()
: Show a dialog to ask the user how they would like to proceed -
preview_convert_edits()
: Preview diffs after applying conversion rules -
preview_convert_edit()
: Preview diffs after applying conversion rules -
format_diff_chr()
: Format a diff object for cli display -
diff_lines()
: Build a data.frame of old and new line numbers for a diff