RC.traffic.user {RC}R Documentation

Fetch internet traffic from all computations of a specific user

Description

This function fetches statistics about the internet traffic of all computations that have been blogged by a user.

Usage

RC.traffic.user(id = "", echo = TRUE)

Arguments

id user id
echo echo to console?

Value

A list of IP addresses. For each IP address the following sublists are available:

traffic IP address, count, and primary key
statistics sum and mean

Examples

#traffic <- RC.traffic.user(id="Philippe Versluys")
#what is the 'impact' of the user?
#sum(traffic$statistics$sum)
#length(traffic$statistics$sum)
#maybe we should discount the IP addresses from search engines?
#traffic$stat[traffic$stat$mean>1,]


[Package RC version 1.0.1.27 Index]