Interesting cheat sheets for R beginner


To clear the console: CTRL + L

To seek help: ?command_name

To view type:class(object_name)

To maximize the console print view: Options(max.print=999999)

To list active objects in R: ls()

To Remove single object:rm(object_name)

To Remove all Objects in R: rm(list=ls())

To remove all the objects - except 'a': rm(list = ls()[-a])

Comments

Popular posts from this blog

Prevent WPF Global Keyboard Hook from stops working after hitting keys a while C# .NET

Generate ArcGIS Token By URL Request From ArcGIS Portal, Federated Environment , ESRI JS API and Angular snippets

Solution: IntelliJ not recognizing a particular file correctly, instead its stuck as a text file