get_ssim_collist {ssimparser} | R Documentation |
get_ssim_collist
Description
Get the list of columns that can be parsed from SSIM.
Usage
get_ssim_collist(getall = TRUE)
Arguments
getall |
Get all columns (TRUE/FALSE). |
Value
Vector containing the SSIM columns.
Examples
# Get all columns
get_ssim_collist()
# Get some of the most 'useful' columns
get_ssim_collist(FALSE)
[Package ssimparser version 0.1.1 Index]