Title: | Some helper Addins for rstudio |
---|---|
Description: | Provides some addins for RStudio. |
Authors: | Gunther Krauss |
Maintainer: | Gunther Krauss <[email protected]> |
License: | GPL-3 |
Version: | 0.2.0 |
Built: | 2024-12-19 02:50:23 UTC |
Source: | https://github.com/gk-crop/raddins |
Add Columns to RMarkdown-Presentations
addColumns(width = 50)
addColumns(width = 50)
width |
width of first column |
Converts single backslashes to forward slashes (e.g. in Windows paths)
ConvertWindowsPath()
ConvertWindowsPath()
Replaces selected text in actual source editor
replaceSelectedText(search, replace)
replaceSelectedText(search, replace)
search |
text to be replaced |
replace |
replacement text |
Converts single quotes to double quotes
ToDoubleQuotes()
ToDoubleQuotes()
Converts double quotes to single quotes
ToSingleQuotes()
ToSingleQuotes()