modifyKeyring: Modify an existing keyring

View source: R/Keyring.r

modifyKeyringR Documentation

Modify an existing keyring

Description

This function modifies an existing keyring identified by the keyring ID. If the keyring is not found, it shows a warning. Notice: the keyringid is postfixed with _epiufkeyring to avoid conflicts

Usage

modifyKeyring(keyring_id, secret = NULL)

Arguments

keyring_id

A string specifying the keyring ID.

secret

A secret string to be stored. It is not recommended to use this parameters because in that case your secret will be visible in your code. This parameters should be used only for tests

Value

A successful message or an error message if keyring is not found.


Epiconcept-Paris/STRAP-epiuf documentation built on Aug. 5, 2024, 3:41 a.m.