Closed bamueh closed 1 year ago
The function isn't exported. It's a simple fix for the next update (also there's a typo in the helpful "effecting" should be "affecting")
As a workaround:
#' @export
just above #' @rdname titerTable
on line 104 of map_props.RtiterTable
so that the layers are preserved on the old map map object.Thanks a lot, Sarah!
This is a bit of a backend function which I would imagine is very rarely used and likely to be confusing to most people so I'm not keen to export it, but happy to hear arguments otherwise. You can still access unexported functions using the :::
syntax, i.e. Racmacs:::titerTableFlat()
I'm getting this error when trying to use the
titerTableFlat
function: