diff --git a/articles/Antares_new_features_v860.html b/articles/Antares_new_features_v860.html index d17adf07..781a108c 100644 --- a/articles/Antares_new_features_v860.html +++ b/articles/Antares_new_features_v860.html @@ -221,16 +221,11 @@
data_st_storage <- readInputTS(st_storage = "all")
-#> Importing st-storage
-#>
- |
- | | 0%
- |
- |=================================== | 50%
- |
- |======================================================================| 100%
-rmarkdown::paged_table(head(data_st_storage))
+data_st_storage <- readInputTS(st_storage = "all")
+#> Importing st-storage
+#> | | | 0% | |=================================== | 50% | |======================================================================| 100%
+rmarkdown::paged_table(head(data_st_storage))
-# read data
-data_st_storage <- readInputTS(st_storage = "all")
-#> Importing st-storage
-#>
- |
- | | 0%
- |
- |=================================== | 50%
- |
- |======================================================================| 100%
-rmarkdown::paged_table(head(data_st_storage))
+
+# read data
+data_st_storage <- readInputTS(st_storage = "all")
+#> Importing st-storage
+#> | | | 0% | |=================================== | 50% | |======================================================================| 100%
+rmarkdown::paged_table(head(data_st_storage))
-# control removed data
-data_st_storage <- readInputTS(st_storage = "all")
-#> Importing st-storage
-#>
- |
- | | 0%
- |
- |======================================================================| 100%
-rmarkdown::paged_table(head(data_st_storage))
+
+# control removed data
+data_st_storage <- readInputTS(st_storage = "all")
+#> Importing st-storage
+#> | | | 0% | |======================================================================| 100%
+rmarkdown::paged_table(head(data_st_storage))
Import a local study to Antares Web
+importZipStudyWeb(host, token, zipfile_name, opts = antaresRead::simOptions())
Host of AntaREST server API.
API personnal access token.
Name of the zipfile of the study.
List of simulation parameters returned by the function
+antaresRead::setSimulationPath()
An updated list containing various information about the simulation.
+