| revisedText | R Documentation |
This function prompts the user to input text, revision comments, and additional background information. It then revises the text according to the comments and outputs the revised text.
revisedText(verbose = TRUE)
verbose |
Logical, whether to output verbose messages, default is TRUE. |
Revise Scientific Text
Revised text or relevant message.
Satoshi Kume
## Not run:
# Interactive paper revision workflow
revisedText()
# Example interaction:
# Q: Do you have text ready for input? → Yes
# Q: Do you want to use your clipboard as input text? → No
# → You enter: "The result shows significant increase in accuracy."
#
# Q: Do you have revision comments? → Yes
# Q: Do you want to use your clipboard as revision comments? → No
# → You enter: "Please make it more formal and add statistical details"
#
# Q: Do you have additional background information? → No
#
# Q: Which language model do you prefer?
# → You select: 1 (gpt-5-nano)
#
# Output: AI will revise the text according to your comments
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.