create_user: Function: create_user

Description Usage Arguments Value

View source: R/eruu_user.R

Description

create a user based on username, password, redcap_key in the database. Fails if the username already present and returns the existing user with that username

Usage

1
create_user(username, password, redcap_key, database)

Arguments

username

the username

password

the password

redcap_key

the redcap key to encrypt and save

database

the path to the database to use (sqlite)

Value

a dataframe of the saved information (read from the database)


pydupont/esr.redcap.user.ui documentation built on Dec. 25, 2019, 3:20 a.m.