Skip to main content

Converter from R docs to markdown

Project description

rd2md

A converter to transform R doc files (.Rd) into markdown files (.md).

Installation

pip install rd2md

Usage

In the following command-line examples you can use rd2md or python -m rd2md.

rd2md [RD-DIRECTORY] [MD-DIRECTORY] BASE-FILENAME-1 BASE-FILENAME-2 ...

where:

  • [RD-DIRECTORY] is the directory of .Rd files (eg, R/man)
  • [MD-DIRECTORY] is the output directory for markdown files
  • BASE-FILENAME is the name of an Rd file without the directory or extension

Example

To use R/man as the directory of Rd files, and documentation as the output directory, converting R/man/create_experiment.Rd to documentation/create_experiment.md and R/man/Experiment.Rd to documentation/Experiment.md do this:

rd2md R/man documentation create_experiment Experiment

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

rd2md-1.0.1-py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page