Closed cjvanlissa closed 2 years ago
This allows the following syntax to be valid:
read_manuscript("manuscript.Rmd") get_revision("a_revision")
The manuscript is loaded into an invisible environment variable.
I know this is a little inconvenient for existing users, but it will be a huge workflow improvement to all future users to not have to explicitly refer to the manuscript object.
This allows the following syntax to be valid:
The manuscript is loaded into an invisible environment variable.