Since entity_id is a character field, this function parsed the number and
arranges the data in increasing order by the entity id's number.
arrange_by_entity(data, entcol = "entity_id")
Arguments
data |
data containing a column for "entity_id". |
Value
an arranged tibble.