You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Overwritting its values with a unique identifier.",
sep=""
)
message(msg)
}
x[["assetid"]] <-1:nrow(x)
However, to support advanced use cases (e.g. batching and chunking), it would be better if we check for uniqueness of its value and only overwrite if assets are not uniquely identified.
The text was updated successfully, but these errors were encountered:
The value of
assetid
is currently overwritten if it is present:mapme.biodiversity/R/portfolio.R
Lines 216 to 223 in 872cbd6
However, to support advanced use cases (e.g. batching and chunking), it would be better if we check for uniqueness of its value and only overwrite if assets are not uniquely identified.
The text was updated successfully, but these errors were encountered: