checkSource | R Documentation |
Source
.Called internally as the validity slot of the Source
. It checks that the essential slots are filled with sensible values ie a dir that
exists on the file system; the format type is specified and an id
that is a non-empty character string. It doesn't check that this is alphanumeric, this would be a useful addition.
checkSource(object)
object |
The |
Empty string if the essential slots are fine, a string containing an error message if not.
Matthew Forrest matthew.forrest@senckenberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.