Displaying 5 results from an estimated 5 matches for "unknownr".
Did you mean:
unknown
2011 Apr 26
0
unknownR : you didn't know you didn't know?
Do you know how many functions there are in base R?
How many of them do you know you don't know?
Run unk() to discover your unknown unknowns.
It's fast and it's fun!
unknownR v0.2 is now on CRAN.
More information is on the homepage :
http://unknownr.r-forge.r-project.org/
Or, just install the package and try it :
install.packages("unknownR")
library(unknownR)
?unk
unk()
learn()
Matthew
_______________________________________________
R-packages mailing li...
2011 Apr 26
0
unknownR : you didn't know you didn't know?
Do you know how many functions there are in base R?
How many of them do you know you don't know?
Run unk() to discover your unknown unknowns.
It's fast and it's fun!
unknownR v0.2 is now on CRAN.
More information is on the homepage :
http://unknownr.r-forge.r-project.org/
Or, just install the package and try it :
install.packages("unknownR")
library(unknownR)
?unk
unk()
learn()
Matthew
_______________________________________________
R-packages mailing li...
2011 Apr 27
0
data.table 1.6 is now on CRAN
...he package,
contributed by Steve Lianoglou.
Recently the FAQs have been revised and ?data.table has been simplified
with shorter and easier examples. There is a wiki (with content), three
vignettes, a video, a NEWS file and an active user community.
http://datatable.r-forge.r-project.org/
http://unknownr.r-forge.r-project.org/toppkgs.html
Matthew, Tom and Steve
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Apr 27
0
data.table 1.6 is now on CRAN
...he package,
contributed by Steve Lianoglou.
Recently the FAQs have been revised and ?data.table has been simplified
with shorter and easier examples. There is a wiki (with content), three
vignettes, a video, a NEWS file and an active user community.
http://datatable.r-forge.r-project.org/
http://unknownr.r-forge.r-project.org/toppkgs.html
Matthew, Tom and Steve
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2011 Jan 04
4
Listing of available functions
Dear R-users,
Is there a easy way to access to a complete listing of available functions
from a R session? The help.start() and ? functions are great, but I feel
like they require the user to know the answer in advance (especially with
respect to function names)... I could not find a easy way to simply browse
through a list of functions and randomly pick one function to see what is
does.
Is