get_extension: Get the extension that matches with the format passed like...

Description Usage Arguments Value Examples

Description

Get the extension that matches with the format passed like parameter

Usage

1

Arguments

format

A string that contains the format

Value

A string

Examples

1
2
3
library(dataesgobr)
extension <- get_extension("text/csv")
extension <- get_extension("application/pdf")

dataesgobr documentation built on June 18, 2019, 5:04 p.m.