mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8662 1feff8c3-07ed-0310-ac33-dd36852eb9cd
5 lines
155 B
R
5 lines
155 B
R
# SE_to_export_03142014.csv
|
|
CO2.df <- read.csv("SE_to_export_03142014.csv")
|
|
save(list = ls(all=TRUE), file="phreeqc/data/csv.rda")
|
|
rm(list = ls(all=TRUE))
|