View source: R/utilities.R View source: R/rmpipeline.R
get_metadata | R Documentation |
Passes version info and timestamp from Python to object metadata
Passes version info and timestamp from Python to object metadata
get_metadata( title, version, ts = NULL, pname = "rmpipeline", sname = "get_timestamp.py" ) get_metadata( title, version, ts = NULL, pname = "rmpipeline", sname = "get_timestamp.py" )
title |
Object title |
version |
Numeric version to be passed, should conform to ##.##.## nomenclature |
ts |
Timestamp. If NULL, get new timestamp using Python function. |
pname |
Name of pipeline package (default: "rmpipeline") |
sname |
Name of Python script (default: "get_timestamp.y") |
Metadata content for the object
Metadata content for the object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.