| segment_report | R Documentation |
Generates a report of active shared memory segments in the current session.
segment_report()
This function reports on segments that are currently accessible. Note that segments are automatically cleaned up when their R objects are garbage collected, so this only shows segments with live references.
An S3 object of class shard_report with type "segment"
containing:
type: "segment"
timestamp: When the report was generated
n_segments: Number of tracked segments
total_bytes: Total bytes across all segments
segments: List of segment details
segment_report()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.