Closed MengXin001 closed 3 years ago
Hello! I try to import uwyo's data in .csv, and it didn't work. Should I change some data content? What types of data are available? THANKS
.csv
Data should be provided as data frame. Please have a look at the structure of object retrieved by:data("sounding_vienna") or any other input dataset used in example/documentation.
data("sounding_vienna")
Hello! I try to import uwyo's data in
.csv
, and it didn't work. Should I change some data content? What types of data are available? THANKS