-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5cfa4e6
commit 173ef33
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Authors@R: c(person("Ryan", "Kennedy", role = c("aut", "cre"), email = "rkennedy | |
Maintainer: Ryan Kennedy <[email protected]> | ||
Description: Takes an array of IPs and the keys for the services the user wishes to use (IP Hub, IP Intel, and Proxycheck), | ||
and passes these to all respective APIs. Returns a dataframe with the IP addresses (used for merging), | ||
country, ISP, labels for non-US IP Addresses, VPS use, and recommendations for blocking. The function | ||
country, ISP, labels for non-US IP Addresses, VPS use, and recommendations for blocking. The package | ||
also provides optional visualization tools for checking the distributions. | ||
Imports: httr, utils, iptools, dplyr, graphics | ||
License: MIT + file LICENSE | ||
|