Skip to contents

Columns in a TimeFish table

Usage

timefish_columns(table = "census")

Arguments

table

One of census, location, or taxonomic.

Value

A character vector with the column names for the requested table.

Examples

timefish_columns("location")
#>  [1] "transect_id"      "province"         "state"            "country"         
#>  [5] "location"         "site"             "thermal_category" "no_take_zone"    
#>  [9] "longitude"        "latitude"         "ntransect"        "observer"        
#> [13] "sampling_method"  "sampling_area_m2" "day"              "month"           
#> [17] "year"             "sampling_season"  "depth"            "temperature"     
#> [21] "complexity"       "visibility"       "start_time"       "end_time"        
#> [25] "biotop"