This function add hvdc attribute
setHvdcAreas(data, areas)
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{
library(antaresRead)
opts <- setSimulationPath('mypath', 1)
myAreaOutput <- readAntares(areas = "all", links = "all")
myAreaOutput <- setHvdcAreas(myAreaOutput, "y_dsr")
} # }