stevenpbachman / shinyRapidLeastConcern

Generate Least Concern Red List assessments and point maps for SIS Connect
3 stars 5 forks source link

use alias column names to improve readability #66

Closed stevenpbachman closed 5 years ago

stevenpbachman commented 5 years ago

# colnames(iris) is a character vector of length 5, and we replace it datatable(head(iris), colnames = c('Here', 'Are', 'Some', 'New', 'Names'))