httr (version 0.5)

guess_media: Guess the media type of a path from its extension.

Description

Guess the media type of a path from its extension.

Usage

guess_media(x)

Arguments

x
path to file

Examples

Run this code
guess_media("report.doc")
guess_media("owl.png")

Run the code above in your browser using DataCamp Workspace