Skip to contents

This is a function to retrieve the file path of where your cached secrets are stored

Usage

cache_secrets_folder()

Value

an file path that shows where your cached secrets are stored

Examples

if (FALSE) {

# You can see where your cached secrets are being stored by running:
cached_secrets_folder()
}