About Anaconda Help Download Anaconda
If you were automatically logged out you may need to refresh the page. You're trying to access a page that requires authentication. ×

Provides functions related to human natural ordering. It handles adjacent digits in a character sequence as a number so that natural sort function arranges a character vector by their numbers, not digit characters. It is typically seen when operating systems lists file names. For example, a sequence a-1.png, a-2.png, a-10.png looks naturally ordered because 1 < 2 < 10 and natural sort algorithm arranges so whereas general sort algorithms arrange it into a-1.png, a-10.png, a-2.png owing to their third and fourth characters.

copied from cf-staging / r-naturalsort
Click on a badge to see how to embed it in your web page
badge
https://anaconda.org/conda-forge/r-naturalsort/badges/version.svg
badge
https://anaconda.org/conda-forge/r-naturalsort/badges/latest_release_date.svg
badge
https://anaconda.org/conda-forge/r-naturalsort/badges/latest_release_relative_date.svg
badge
https://anaconda.org/conda-forge/r-naturalsort/badges/platforms.svg
badge
https://anaconda.org/conda-forge/r-naturalsort/badges/license.svg
badge
https://anaconda.org/conda-forge/r-naturalsort/badges/downloads.svg

© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy