Open
Description
This is issue 106 on the R Dev Container repo.
An example of where it would be helpful to restrict input is in the Example Contribution Workflow:
> askYesNo("Is this a good example?")
Is this a good example? (Yes/no/cancel) Yes
[1] TRUE
It would be good if the copy-to-clipboard function only copied askYesNo("Is this a good example?")
.
Code to implement this is linked in the above issue, but you will need to work out how to integrate this with our current process for building the docs from source. The docs are built with mkdocs using Python, as described in the Contributing to docs section.