latex_to_image: Download a latex equation as an image

View source: R/latex_to_image.R

latex_to_imageR Documentation

Download a latex equation as an image

Description

Uses CodeCogs API to convert latex to an image, and then download the result.

Usage

latex_to_image(latex, path, format = "png")

Arguments

latex

A latex equation (character).

path

A path to save the image (character).

format

The image format (supported: png, gif, svg).

Value

Invisibly returns the path.


cedricbatailler/marguerite documentation built on June 18, 2022, 9:19 a.m.