trackChanges: Start tracking changes on a file

View source: R/trackChanges.R

trackChangesR Documentation

Start tracking changes on a file

Description

Start tracking all changes to a file and preview changes in the viewer. The changes will be added to the original file as markup when done.

Usage

trackChanges(path, wait = 1)

Arguments

path

The path to the file to track.

wait

The number of seconds between each check for changes

Examples

trackChanges("my_file.txt")


ropenscilabs/trackmd documentation built on May 16, 2022, 9:31 p.m.