User Tools

Site Tools


r:navigating

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
r:navigating [2018/12/17 09:33] – [Built-in Datasets] hkimscilr:navigating [2019/09/20 10:19] (current) – [Built-in Datasets] hkimscil
Line 6: Line 6:
 > getwd() > getwd()
 [1] "/home/paul/research/Bayes" [1] "/home/paul/research/Bayes"
 +</code>
 +
 +<code>
 +setwd("c:/r_data")
 +getwd()
 </code> </code>
 ====== Saving Workspace ====== ====== Saving Workspace ======
Line 32: Line 37:
  
 ====== Built-in Datasets ====== ====== Built-in Datasets ======
 +Find out available data set.
 +<code>data()</code>
 +Choose a specific data set from a specific package name.
 <code>> data(dsname, package="pkgname")</code> <code>> data(dsname, package="pkgname")</code>
 <code>> require(graphics) <code>> require(graphics)
r/navigating.1545006809.txt.gz · Last modified: 2018/12/17 09:33 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki