You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really helpful to have functions that automate some of the common report QC steps (ideally directly on the pdf/docx files), such as:
spelling checks
searching for broken links (e.g., Table ?? or Figure ??)
and to have a use_this style function that drafts a .R file to run these on on the appropriate report files (which could then be customized with any other checks that the report writer wants to add). For example, a prototype that runs a spell check could be something like:
If anyone has other ideas of QC steps to add to this list, or in general ways to speed up report QC by partially automating it, feel free to chime in! Just brainstorming for now.
It would be really helpful to have functions that automate some of the common report QC steps (ideally directly on the pdf/docx files), such as:
and to have a use_this style function that drafts a .R file to run these on on the appropriate report files (which could then be customized with any other checks that the report writer wants to add). For example, a prototype that runs a spell check could be something like:
The text was updated successfully, but these errors were encountered: