usage for hvdc
hvdcModification(data, removeHvdcAreas = TRUE, reafectLinks = FALSE)
Object of class "antaresDataList" is returned. It is a list of data.tables, each element representing one type of element (areas, links, clusters)
if (FALSE) { # \dontrun{
data <- readAntares(areas = 'all', links = 'all')
data <- setHvdcAreas(data, "psp in")
data <- hvdcModification(data)
} # }