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
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Request from @cmzambranat, related to but a bit different from #10: A function to extract all the comments from a Word doc as a separate file.
Probably as simple as extract_comments(), with a similar RStudio add-in to the others that allows you to select the file and send to a new text file. Default would be to write a markdown document for these but an underlying function could return an R list structure for other processing. Metadata/title block can reflect the filename and date of extract
Will need to see how nested/reply comments work.
The text was updated successfully, but these errors were encountered:
Request from @cmzambranat, related to but a bit different from #10: A function to extract all the comments from a Word doc as a separate file.
Probably as simple as
extract_comments()
, with a similar RStudio add-in to the others that allows you to select the file and send to a new text file. Default would be to write a markdown document for these but an underlying function could return an R list structure for other processing. Metadata/title block can reflect the filename and date of extractWill need to see how nested/reply comments work.
The text was updated successfully, but these errors were encountered: