Package: minty 0.0.4
minty: Minimal Type Guesser
Port the type guesser from 'readr' (so-called 'readr' first edition parsing engine, now superseded by 'vroom').
Authors:
minty_0.0.4.tar.gz
minty_0.0.4.zip(r-4.5)minty_0.0.4.zip(r-4.4)minty_0.0.4.zip(r-4.3)
minty_0.0.4.tgz(r-4.4-x86_64)minty_0.0.4.tgz(r-4.4-arm64)minty_0.0.4.tgz(r-4.3-x86_64)minty_0.0.4.tgz(r-4.3-arm64)
minty_0.0.4.tar.gz(r-4.5-noble)minty_0.0.4.tar.gz(r-4.4-noble)
minty_0.0.4.tgz(r-4.4-emscripten)minty_0.0.4.tgz(r-4.3-emscripten)
minty.pdf |minty.html✨
minty/json (API)
# Install 'minty' in R: |
install.packages('minty', repos = c('https://gesistsa.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gesistsa/minty/issues
Last updated 10 days agofrom:5497a775db. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win-x86_64 | OK | Nov 08 2024 |
R-4.5-linux-x86_64 | OK | Nov 08 2024 |
R-4.4-win-x86_64 | OK | Nov 08 2024 |
R-4.4-mac-x86_64 | OK | Nov 08 2024 |
R-4.4-mac-aarch64 | OK | Nov 08 2024 |
R-4.3-win-x86_64 | OK | Nov 08 2024 |
R-4.3-mac-x86_64 | OK | Nov 08 2024 |
R-4.3-mac-aarch64 | OK | Nov 08 2024 |
Exports:as.col_speccol_charactercol_datecol_datetimecol_doublecol_factorcol_guesscol_integercol_logicalcol_numbercol_skipcol_timecolscols_onlydate_namesdate_names_langdate_names_langsdefault_localelocaleparse_characterparse_dateparse_datetimeparse_doubleparse_factorparse_guessparse_integerparse_logicalparse_numberparse_timeparse_vectortype_convert
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create column specification | cols cols_only col_skip |
Create or retrieve date names | date_names date_names_lang date_names_langs |
Create locales | default_locale locale |
Parse logicals, integers, and reals | col_character col_double col_integer col_logical parse_character parse_double parse_integer parse_logical |
Parse date/times | col_date col_datetime col_time parse_date parse_datetime parse_time |
Parse factors | col_factor parse_factor |
Parse using the "best" type | col_guess parse_guess |
Parse numbers, flexibly | col_number parse_number |
Re-convert character columns in existing data frame | type_convert |