View source: R/fragmentObject.R
GetFragmentData | R Documentation |
Extract data from a Fragment-class
object
GetFragmentData(object, slot = "path")
object |
A |
slot |
Information to pull from object (path, hash, cells, prefix, suffix) |
Fragment object
frag <- new("Fragment", path = "file path", hash = "file hash") GetFragmentData(frag)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.