Generate a string representation of an R object for caching signature
Source:R/caching.R
dot-sig_str.RdThis function generates a string representation of an R object using utils::str().
The output is designed to be consistent and comprehensive for caching purposes.
It captures the structure of the object, including its attributes, and is used to create a unique signature for caching.