Other packages > Find by keyword >

REDCapR  

Interaction Between R and REDCap
View on CRAN: Click here


Download and install REDCapR package within the R console
Install from CRAN:
install.packages("REDCapR")

Install from Github:
library("remotes")
install_github("cran/REDCapR")

Install by package version:
library("remotes")
install_version("REDCapR", "1.3.0")



Attach the package and use:
library("REDCapR")
Maintained by
Will Beasley
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-09-20
Latest Update: 2022-08-10
Description:
Encapsulates functions to streamline calls from R to the REDCap API. REDCap (Research Electronic Data CAPture) is a web application for building and managing online surveys and databases developed at Vanderbilt University. The Application Programming Interface (API) offers an avenue to access and modify data programmatically, improving the capacity for literate and reproducible programming.
How to cite:
Will Beasley (2014). REDCapR: Interaction Between R and REDCap. R package version 1.3.0, https://cran.r-project.org/web/packages/REDCapR. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.4-28 (2014-09-20 07:19), 0.7-1 (2014-12-18 07:07), 0.9.0 (2015-08-15 08:01), 0.9.3 (2015-08-26 14:16), 0.9.7 (2016-09-09 19:57), 0.9.8 (2017-05-18 20:16), 0.10.2 (2019-09-23 06:30), 0.11.0 (2020-04-22 02:10), 1.0.0 (2021-07-22 06:50), 1.1.0 (2022-08-10 18:10), 1.2.0 (2024-09-09 08:00)
Other packages that cited REDCapR R package
View REDCapR citation profile
Other R packages that REDCapR depends, imports, suggests or enhances
Complete documentation for REDCapR
Functions, R codes and Examples using the REDCapR R package
Some associated functions: REDCapR-package . collapse_vector . constant . create_batch_glossary . kernel_api . metadata_utilities . redcap_arm_export . redcap_column_sanitize . redcap_dag_read . redcap_delete . redcap_download_file_oneshot . redcap_download_instrument . redcap_event_instruments . redcap_instruments . redcap_metadata_read . redcap_metadata_write . redcap_next_free_record_name . redcap_project . redcap_read . redcap_read_oneshot . redcap_read_oneshot_eav . redcap_report . redcap_survey_link_export_oneshot . redcap_upload_file_oneshot . redcap_users_export . redcap_variables . redcap_version . redcap_write . redcap_write_oneshot . replace_nas_with_explicit . retrieve_credential . sanitize_token . validate . 
Some associated R codes: REDCapR-package.R . constant.R . create-batch-glossary.R . helpers-testing.R . kernel-api.R . metadata-utilities.R . project-dag-write.R . project-delete-multiple-arm.R . project-delete-single-arm.R . project-simple.R . redcap-arm-export.R . redcap-column-sanitize.R . redcap-delete.R . redcap-download-file-oneshot.R . redcap-download-instrument.R . redcap-event-instruments.R . redcap-instruments.R . redcap-metadata-read.R . redcap-metadata-write.R . redcap-next-free-record-name.R . redcap-project.R . redcap-read-dag.R . redcap-read-oneshot-eav.R . redcap-read-oneshot.R . redcap-read.R . redcap-report.R . redcap-survey-link-export-oneshot.R . redcap-upload-file-oneshot.R . redcap-users-export.R . redcap-variables.R . redcap-version.R . redcap-write-oneshot.R . redcap-write.R . retrieve-credential.R . sanitize-token.R . skippers.R . utilities.R . validate.R .  Full REDCapR package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA