Skip to content

Instantly share code, notes, and snippets.

View kepler471's full-sized avatar
๐ŸŠ
oh hi

Stelios Georgiou kepler471

๐ŸŠ
oh hi
View GitHub Profile
# Keyboard Shortcuts and RStudio Guidance for Windows
> **Note**: This guide focuses on Windows keyboard shortcuts for RStudio.
We felt it might be useful to put together a collection of the most useful keyboard shortcuts and RStudio tips, as many guides and courses on the R language do not include much information on how to work with RStudio. Once you get used to using keyboard shortcuts, you will notice an improvement in productivity, and it makes for a smoother user experience.
This is not the complete set of keyboard shortcuts, it is more of a curated selection. For the complete keyboard shortcuts reference, see the [official documentation](https://docs.posit.co/ide/user/ide/reference/shortcuts.html). You can also press `Alt + Shift + K` in RStudio to show a quick reference.
Each section below contains an *interactive* code chunk. Some chunks are deliberately incomplete or messy so that you can practise the shortcut.
@kepler471
kepler471 / pptx_example.py
Created September 28, 2023 14:49
python-pptx example
# GPT-3.5 generated example slide using python-pptx
from pptx import Presentation
from pptx.util import Inches
from pptx.enum.shapes import MSO_SHAPE
from pptx.dml.color import RGBColor
# Create a PowerPoint presentation
prs = Presentation()
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.