Extracts the attack statistics for each network in a folder and combines it into a single file that is also saved. This function only works on a folder of folders...It needs to be changed

ExtractAttackStats(
  RootFolder,
  NewFolderPath,
  Generation = "BalencedPower",
  EdgeName = "name",
  PowerFlow = "PowerFlow",
  Link.Limit = "Link.Limit"
)

Arguments

RootFolder

:The folder where the attack files are saved

NewFolderPath

: The folder where the summary files will be saved to

Generation

The name of the variable that stores the net generation data. character string

EdgeName

A character string. The default is "name".

PowerFlow

A character String. The default is "PowerFlow".

Link.Limit

A character string. The default is "Link.Limit".