#' @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'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.