-
I have exported a json file from queries to the REDCAP eLwazi Catalogue MetaData Management Project.
This contains the json output of the metadata for one field.
I also have an API key for querying…
Wkt8 updated
8 months ago
-
In this case, my project has a variable called [or] (short for operating room). On import with the API, I receive the following error message:
```
> importMetaData(rcon = rcon.oto.dd, data = dd)
…
-
The REDCap API requires an authentication token that is linked to a specific account to be accessed.
We have extracted the data dictionary and transformed it into a json schema (see [here](https://a…
Wkt8 updated
8 months ago
-
Only 1 API user is added, however multiple options shown and is not a real value. Remove or do not display this non value option?
![image](https://github.com/IUREDCap/redcap-etl/assets/4207355/68ac…
-
Hi João, I am trying to use the package to read the data and I found several friction points I describe below.
It seems that checks are a bit inconsistent or at least the documentation could be imp…
llrs updated
8 months ago
-
R Version: 4.3.1
REDCap Version: 13.7.22
REDCap project user rights: Export permissions for the 'Full Data Set'
REDCap API user rights: Export, import
REDCapR Version: 1.1.0
Bug Description:
…
-
### System details
RStudio Edition : Desktop
RStudio Version : 1.3.1056
OS Version : Windows 10
R Version : 3.6.3
### Steps to reproduce the problem
I don't know…
-
An error is returned when the username is invalid in the sense that it contains something other than letters, numbers, underscores, hyphens, periods, spaces, apostrophes, or @ symbols, there is no err…
-
After using the function `redcap_data`:
`redcap_data(uri = "https://redcap.my.server/REDCap/api/", token = "MYSECRETTOKEN")
`
I am getting this error:
```
Importing in progress...
Almost …
-
On a weekly basis, data extraction from RedCp and KoboToolBox is done manually whereas an API exists and could be called from R.
Need to use .Renviron to store RedCap token
(See Jenny for more tech …