From 6223d2063c6bb8d980db4d83f523fbb66f1ce11b Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Mon, 2 Dec 2024 12:38:03 +0100 Subject: [PATCH] removed uri --- vignettes/REDCapCAST.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/REDCapCAST.Rmd b/vignettes/REDCapCAST.Rmd index 6d65995..696ca20 100644 --- a/vignettes/REDCapCAST.Rmd +++ b/vignettes/REDCapCAST.Rmd @@ -37,7 +37,7 @@ shiny_cast() To get you started, the easiest way possible, you can use the `easy_redcap()` function (example below). -You will need an API-key for your REDCap server, the uri/URL/address for the API connection (usually ""). +You will need an API-key for your REDCap server, the uri/URL/address for the API connection (usually the adress used for accessing your institutions REDCap servar, with an appended "/api/"). This function includes a few convenience features to ease your further work.