Error in s$CoefTable : $ operator is invalid for atomic vectors for export_sums command in R

Without visibility into s since there's no reprex (see the FAQ), all I can to is to use str() to export the cl object to find how it's representative. The atomic means an vector without attributes. So, why subsetting s[2] will work, if there are two elements, s$foo won't.