Skip to contents

The goal is to provide things that RStudio or usethis doesn't provide natively.

Usage

active_rs_doc_copy(new = NULL, ..., old = NULL)

Arguments

new

The new file name, that will be copied in the same directory as the active document

...

These dots are for future extensions and must be empty.

old

The old name, defaults to the active document.

Value

The new file name

Details

For example, active_rs_doc_rename() will not happen, because it is already easy to do so via the RStudio IDE.

See also

rename_files2()

Other document manipulation helpers: active_rs_doc_delete()