# view table of available CRSs
getCRS()
# get specific WKT2 strings
getCRS('WGS84')
getCRS('Mollweide')
getCRS('WorldClim')
# WKT2 strings nice for your eyes
getCRS('WGS84', TRUE)
data(mad0)
getCRS(mad0)
Run the code above in your browser using DataLab