This function is used to import cleaned and integrated data in the global R environment for use in other pipelines or user processes.

importdat(uid)

Arguments

uid

unique identifier of queried data. The full list of available data pipelines can be consulted using pipelines()

Value

This function returns objects in the global R environment

Examples

if (FALSE) {
importdat("f635934a")
}