8000 GitHub - Rkabacoff/edatools
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rkabacoff/edatools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edatools

This is a demonstration package for the book R in Action (3rd ed.). It contains functions for exploratory data analysis.

Installation

You can install this package with the following code:

if(!require(remotes)){
   install.packages("remotes")
}
remotes::install_github("rkabacoff/edatools")

Example

This is a basic example which shows you how to describe a data frame:

library(edatools)
df_info<- contents(happiness)
df_info
plot(df_info)

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0