svg_to_pdf: Convert an svg file to pdf

View source: R/images.R

svg_to_pdfR Documentation

Convert an svg file to pdf

Description

Convert an svg file to pdf

Usage

svg_to_pdf(url, outname = gsub(".svg", ".pdf", basename(url)))

Arguments

url

url

outname

outname

Examples

## Not run: 
svg_to_pdf(
  "https://img.shields.io/badge/Paper-10.1002/lno.11137-blue.svg")

## End(Not run)

jsta/rjsta documentation built on June 7, 2022, 8:39 p.m.