Datasets.load: Difference between revisions

Content deleted Content added
update latest preview date
Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 48:
The usage of '''datasets.load''''s [[Command Line Interface]] is demonstrated in the code snippet below.
 
<sourcesyntaxhighlight lang="rsplus">
> # install the datasets.load package
> install.packages('datasets.load')
Line 62:
> # show all datasets (in a new window)
> datasets()
</syntaxhighlight>
</source>
 
== Functionality ==