Browse code

minor fix

Simone authored on 05/02/2019 18:44:16
Showing 1 changed files

... ...
@@ -120,7 +120,7 @@ login_gmql <- function(url, username = NULL, password = NULL)
120 120
 #' 
121 121
 #' ## Login to GMQL REST services suite as guest, then logout
122 122
 #' 
123
-#' remote_url = "http://www.gmql.eu/gmql-rest/
123
+#' remote_url = "http://www.gmql.eu/gmql-rest/"
124 124
 #' login_gmql(remote_url)
125 125
 #' logout_gmql(remote_url)
126 126
 #'