You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,3 +75,15 @@ Create the file `app.R` with the following content and publish to Posit Connect
75
75
library("GWSDAT")
76
76
launchApp()
77
77
```
78
+
79
+
## Beta: Deploy as API on Posit Connect
80
+
Create the file `app.R` with the following content and publish to Posit Connect server in the usual manner:
81
+
82
+
```r
83
+
library("GWSDAT")
84
+
launchApp(createOptions())
85
+
```
86
+
GWSDAT input arguments can be included in the URL. This example [here](https://stats-glasgow.shinyapps.io/GWSDATURL/?WellDataFilename=https://raw.githubusercontent.com/WayneGitShell/GWSDAT/master/data/BasicExample_WellData.csv&WellCoordsFilename=https://raw.githubusercontent.com/WayneGitShell/GWSDAT/master/data/BasicExample_WellCoords.csv) passes the location of the csv well and well coordinates data.
87
+
This example [here](https://stats-glasgow.shinyapps.io/GWSDATURL/?ExcelDataFilename=https://github.com/WayneGitShell/GWSDAT/raw/GWWellReport/inst/extdata/Basic_Example.xlsx) passes the location of an Excel GWSDAT Input data file.
0 commit comments