Properties

sol_properties(prop)

Arguments

prop

string: if provided, return only the property matching this name

Value

data.frame

See also

Examples

sol_properties() ## all properties that solong knows about
#> # A tibble: 36 x 4 #> property units class_name notes #> <chr> <chr> <chr> <chr> #> 1 lower rostral length mm solprop_LRL "" #> 2 lower hood length mm solprop_LHL "" #> 3 hood length mm solprop_HL "" #> 4 crest length mm solprop_CL "" #> 5 mantle length mm solprop_ML "" #> 6 dorsal mantle length mm solprop_DML "" #> 7 shell length mm solprop_SHL "" #> 8 standard length mm solprop_SL "" #> 9 carapace length mm solprop_CPL "" #> 10 removed carapace length mm solprop_RCPL "" #> # … with 26 more rows