R Programming: Collection of R Commands

Comment I am a comment Output • print(“Hello World”) • cat(“Hello”, “World”) Information about R Commands # To find information about a specific command, e.g. ‘which’ • apropos(“which”) • help(which) • ?which • RSiteSearch(“which”) Command History & Exit # Show previously entered commands history() # Exit RStudio q() Working Directory # Show my R working directory getwd() # Change Working Directory # Set a new working directory setwd(‘PFAD’) Saving R Commands/Script Save R commands or R script locally save (myTable, file=“C:/Users/axxKreis/Desktop/myTable.RData”) Loading R Commands/Script # Load persisted results load (file=“C:/Users/axxKreis/Desktop/myTable.RData”) ...

October 18, 2016 · Aaron

Windows: Recommended OpenSource and Freeware Applications

Office – Desktop – Small Helpers ( Atom ) - Text editor ( Notepad++ ) - Text editor ( IZArc ) - Archive utility ( Agent Ransack ) - Local search ( OpenOffice ) - Office suite ( Dia ) - Diagram editor ( KDiff3 ) - Compares two files or directories ( WinMerge ) - Compares two files or directories ( TailMe ) - Monitors file growth ( BareTail ) - Monitors file growth ( Cygwin ) - Unix API emulator ( InfoRapid ) - Full-text search tools ( LingoPad) - Multilingual dictionary ( Xenu’sLink Sleuth ) - Detects dead links ( JR Screen Ruler ) - Desktop ruler ( FreeMind) - Mind mapping tool ( DM2 ) - Window control (transparency, bring windows to front, etc.) ( PDFCreator ) - Application for creating PDF files ( Renamer-It! ) - To rename files ( Win32 Disk Imager ) - To copy an image to an SD card ( GoogleCalendarSync ) - To synchronize Google Calendar with Outlook ( QTranslate ) - Translation program ( Calibre ) - E-book Manager (reader) ( DeskPins ) - Pin window to foreground ...

October 18, 2016 · Aaron