View source: R/allowExternalSeeds.R
allowExternalSeeds | R Documentation |
Should external array seeds be saved in saveDelayed
?
If FALSE
, an error is raised upon encountering external references such as HDF5ArraySeeds.
This prevents the creation of delayed objects that cannot be used on different filesystems.
allowExternalSeeds(allow)
allow |
Logical scalar indicating whether to allow downloads of external seeds. |
If allow
is not supplied, the current value of this flag is returned.
If allow
is supplied, it is used to define the value of this flag, and the previous value of the flag is returned.
Aaron Lun
allowExternalSeeds()
a <- allowExternalSeeds(FALSE)
allowExternalSeeds()
# Setting it back
allowExternalSeeds(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.