R/data.R

#' @title MCAC Sample Data
#'
#' @description
#' A simulated dataset intended to demonstrate MCAC functionality. 
#' 
#' 
#'
#' @format A \code{data.frame} with 39304 rows and 10 variables
#'
#' \describe{
#'   \item{sourceAddress}{p address of the source}
#'   \item{destinationAddress}{ip address of the destination}
#'   \item{transportProtocol}{protocol for transportation}
#'   \item{bytesIn}{number of bytes transferred in}
#'   \item{bytesOut}{number of bytes transferred out}
#'   \item{categoryOutcome}{device action taken}
#'   \item{ad.SCN}{country of the source ip address}
#'   \item{IP_Pair}{sourceAddress and destinationAddress pairing}
#'   \item{Device_Name}{company who made the product}
#'   \item{TIME_START}{time at which the event initiated}
#'   
#' }
#'
'sampleData'
citation891/MCAC documentation built on May 27, 2019, 1:09 a.m.