Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 763 Bytes

File metadata and controls

28 lines (19 loc) · 763 Bytes

ipinner

Travis build status Codecov test coverage

Functions for working with the ipinyou dataset

Installation

You can install from github:

# if not installed:
# install.packages("devtools")

install_github("ColmanHumphrey/ipinner")

If instead you've downloaded the package, you can use the local install:

# this assumes you're in the directory with the package
install.packages("ipinner", repos = NULL, type = "source")

Example