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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file rd2md-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: rd2md-1.0.1-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e15ee45e57968bb0f8fcfda537047820949a2f45dee26f12e3737b74325e212d |
|
MD5 | fc648a3be9d90acb79f7478fc37e7ece |
|
BLAKE2b-256 | 85225bbb5803017b9d99b21609722711a295025da119c85985e05dada3d010a2 |