getLongitudeColumn {malariaAtlas} | R Documentation |
Returns the best longitude column name in df data.frame, if one exists.
getLongitudeColumn(df)
df |
The data.frame, hopefully containing a column for longitude. |
Returns the best column name for longitude - 'longitude', 'long', or 'x' respectively, or NULL if none of these column names exists in df