From 3b6c132da6e503a59884ef67368b498c3f8fe77f Mon Sep 17 00:00:00 2001 From: Nekmek7 <104979479+Nekmek7@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:58:22 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20rte-anta?= =?UTF-8?q?res-rpackage/antaresEditObject@7f5b0119f819c8de7c2ab1c266b9de83?= =?UTF-8?q?e83b5292=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/Antares_new_features_v860.html | 183 +++++++++--------------- news/index.html | 1 + pkgdown.yml | 2 +- reference/importZipStudyWeb.html | 130 +++++++++++++++++ reference/index.html | 4 + sitemap.xml | 3 + 6 files changed, 207 insertions(+), 116 deletions(-) create mode 100644 reference/importZipStudyWeb.html 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.
+