Closed EmilHvitfeldt closed 3 years ago
This PR adds an RStudio addin that adds a decorate() chunk after a named chunk when selected. Reference: https://twitter.com/Emil_Hvitfeldt/status/1314836919797202944
decorate()
The function will:
include = FALSE
If more then 1 chunk is selected only the first chunk will be affected.
This is super cool, and I'm so sorry I missed it for so long! Thank you so much!
This PR adds an RStudio addin that adds a
decorate()
chunk after a named chunk when selected. Reference: https://twitter.com/Emil_Hvitfeldt/status/1314836919797202944The function will:
include = FALSE
to selected chunk (this has been updated since the first gif)If more then 1 chunk is selected only the first chunk will be affected.