Skip to content

A package to convert LaTex documents to Rmd rexams files and backwards.

License

Notifications You must be signed in to change notification settings

bdemeshev/rexamsconverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rexamsconverter

Conversion of quiz files:

  • from rexams Rmd to beamer
  • from rexams Rmd to amc tex
  • from from amc tex to rexams Rmd.

Some misc functions.

Installation

# install.packages("devtools")
devtools::install_github("bdemeshev/rexamsconverter")

Get all meta information in a tibble:

files = list.files('path to Rmd files', pattern = "*.Rmd", full.names = TRUE, recursive = TRUE)
meta = get_meta_information(files)

The function get_meta_information supposes tags proposed by sharestats project.

Other converters

About

A package to convert LaTex documents to Rmd rexams files and backwards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%