Other packages > Find by keyword >

mime  

Map Filenames to MIME Types
View on CRAN: Click here


Download and install mime package within the R console
Install from CRAN:
install.packages("mime")

Install from Github:
library("remotes")
install_github("cran/mime")

Install by package version:
library("remotes")
install_version("mime", "0.13")



Attach the package and use:
library("mime")
Maintained by
Yihui Xie
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-04-30
Latest Update: 2025-03-17
Description:
Guesses the MIME type from a filename extension using the data derived from /etc/mime.types in UNIX-type systems.
How to cite:
Yihui Xie (2014). mime: Map Filenames to MIME Types. R package version 0.13, https://cran.r-project.org/web/packages/mime. Accessed 14 Jul. 2026.
Previous versions and publish date:
(2026-07-09 06:30), 0.1.1 (2014-05-12 07:48), 0.1.2 (2014-07-25 07:43), 0.1 (2014-04-30 22:25), 0.2 (2014-09-26 23:43), 0.3 (2015-03-29 08:43), 0.4 (2015-09-03 12:20), 0.5 (2016-07-07 07:38), 0.6 (2018-10-05 20:10), 0.7 (2019-06-11 22:10), 0.8 (2019-12-19 07:30), 0.9 (2020-02-04 19:20), 0.10 (2021-02-13 08:30), 0.11 (2021-06-23 06:40), 0.12 (2021-09-28 07:00)
Other packages that cited mime R package
View mime citation profile
Other R packages that mime depends, imports, suggests or enhances
Complete documentation for mime
Functions, R codes and Examples using the mime R package
Some associated functions: guess_type . mimemap . parse_multipart . 
Some associated R codes: mime.R . mimemap.R . parse.R .  Full mime package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

AutoWeatherIndices  
Calculating Weather Indices
Weather indices are formed from weather variables in this package. The users can input any number of ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
maGUI  
A Graphical User Interface for Microarray Data Analysis and Annotation
Provides a comprehensive graphical user interface for analysis of Affymetrix, Agilent, Illumina, Nim ...
Download / Learn more Package Citations See dependency  
surveyCV  
Cross Validation Based on Survey Design
Functions to generate K-fold cross validation (CV) folds and CV test error estimates that take into ...
Download / Learn more Package Citations See dependency  
pps  
PPS Sampling
Functions to select samples using PPS (probability proportional to size) sampling. The package also ...
Download / Learn more Package Citations See dependency  

27,806

R Packages

236,180

Dependencies

73,837

Author Associations

27,807

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA