View source: R/configuration_password.R
password.set | R Documentation |
if there is an old password, that must be specified if there is no old password, then 'oldpassword' does not need to be defined
password.set(dMeasure_obj, newpassword, oldpassword = NULL)
dMeasure_obj |
dMeasure object |
newpassword |
the new password |
oldpassword=NULL |
the old password (if one exists) |
TRUE if password is successfully set otherwise, stops with error
## Not run:
a <- dMeasure::dMeasure$new()
a$open_emr_db()
a$password.set(newpassword = "catsrule", oldpassword = "bluewhale")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.