This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* rs-theme-name: R Magician RStudio Theme by GitHunter0 {rsthemes} */ | |
| /* rs-theme-is-dark: TRUE */ | |
| /* Based on Solar Flare by Chuck Harmston (https://chuck.harmston.ch) */ | |
| /* Installation command: rstudioapi::addTheme("theme_path.rstheme", apply = TRUE, force=TRUE)*/ | |
| /* References: https://rstudio.github.io/rstudio-extensions/rstudio-theme-creation.html */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| x=2 | |
| y=9 | |
| print(x^y) |