View source: R/hdf5-functions.R
h5AbsLinkName | R Documentation |
Format an absolute path name for HDF5 link
h5AbsLinkName(name)
name |
String representing an expected name of HDF5 link. |
If name
contains any of "", NA
or NULL
, will simply
return "/"
.
An update name
starting with '/'.
h5AbsLinkName("ggg")
h5AbsLinkName("ggg/ddd")
h5AbsLinkName(NA)
h5AbsLinkName("")
h5AbsLinkName(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.