get_ssim_collist {ssimparser} | R Documentation |
Get the list of columns that can be parsed from SSIM.
get_ssim_collist(getall = TRUE)
getall |
Get all columns (TRUE/FALSE). |
Vector containing the SSIM columns.
# Get all columns
get_ssim_collist()
# Get some of the most 'useful' columns
get_ssim_collist(FALSE)