Mark-Eis / BitsnBobs

For General Bits and Bobs of Code
https://mark-eis.github.io/BitsnBobs/
Other
1 stars 0 forks source link

Make `sfx` available to other functions #43

Closed Mark-Eis closed 6 months ago

Mark-Eis commented 6 months ago

https://github.com/Mark-Eis/BitsnBobs/blob/2f75a513863969dfa197945356d437bf101305ad/R/degreeconvert.R#L283

sfx <- function()
    matrix(c("N", "E", "S", "W"), nrow = 2, dimnames = list(c("lat", "lon")))
Mark-Eis commented 6 months ago

6dd1d4a