addUserMetadata: Add user metadata

Description Usage Arguments Details Examples

View source: R/scimapRegister.R

Description

Upload custom metadata to scisoft-net-map.isri.cmu.edu

Usage

1
addUserMetadata(metadata)

Arguments

metadata

An R object (a list with named elements); this will be converted to JSON by toJSON

Details

The scimapClient package automatically uploads R usage and dependency information about the packages you used, at the end of each R session, or at the next prompt after an hour of idle time.

These two functions optionally attach metadata to that packet.

The addUserMetadata function lets you supply arbitrary information to be associated with each R session. It could be used to implement an online lab notebook, helping you navigate and interpret an online record of your own work in R. If you wish to keep your data anonymous, don't put anything in the metadata that will allow others to identify you.

Examples

1
## Not run: addUserMetadata(list(project="Arrow trajectory analysis", version="v5.4"))

scimapClient documentation built on May 2, 2019, 4:27 p.m.