Pandora-IsoMemo / CausalR

GNU General Public License v3.0
0 stars 0 forks source link

EXPORTING VALUES OF RESULTS (button) #19

Open policybot2020 opened 1 year ago

policybot2020 commented 1 year ago

library(zoo) mydata <- fortify.zoo(impact$series)

write.csv(mydata, "Path to export the DataFrame\File Name.csv", row.names=FALSE)