word_to_markdown: Convert a Word (docx) to a Markdown (md) file

View source: R/mod_additional_info.R

word_to_markdownR Documentation

Convert a Word (docx) to a Markdown (md) file

Description

This function converts a word document to a markdown file. If output path is NULL (as default), the function will save this to a temporary path.

Usage

word_to_markdown(file, output = NULL)

Arguments

file

The path to your .docx file.

output

The path to save your new markdown file

Value

The same file as a Markdown document.

Examples


#ADD LATER


ergonyc/omicser documentation built on June 15, 2022, 3:02 p.m.