Learn R Programming

easyPubMed (version 3.1.6)

EPM_init_unique_key: Generate a Unique Query Key.

Description

Generate a pseudo-random key that uniquely identifies easyPubMed objects. The key is a 46-char string that includes the current date + time and a list of randomly selected characters, numbers and special characters. The unique key is typically saved in the `meta` slot of an easyPubMed object, and is also written to local files when records are donwloaded and saved in XML format. This function takes NO arguments.

Usage

EPM_init_unique_key()

Arguments

Value

string, a 46-char unique key.

Author

Damiano Fantini, damiano.fantini@gmail.com

References

https://www.data-pulse.com/dev_site/easypubmed/

Examples

Run this code
easyPubMed:::EPM_init_unique_key()



Run the code above in your browser using DataLab