| segment_protect | R Documentation |
Make a segment read-only
segment_protect(x)
x |
A shard_segment object |
The shard_segment object, invisibly.
seg <- segment_create(1024)
segment_protect(seg)
segment_close(seg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.