mergeRMDFiles: Takes several rmd-files and merge it into a single file

View source: R/MergeRMD.R

mergeRMDFilesR Documentation

Takes several rmd-files and merge it into a single file

Description

Takes several rmd-files and merge it into a single file

Usage

mergeRMDFiles(dir = ".", title = ".", files, mergedFileName = "book.Rmd")

Arguments

dir

a temporary working directort

title

of the exercise sheet

files

a list of files containing the rmd-files which will be merged

To create a list of file one might use files = list.files(path='V:/tolk/Private/PROJECT 02 O. DUERR/TEST FILES',pattern = "HA0[1-2].Rmd")


oduerr/idpedu documentation built on July 4, 2025, 9:54 a.m.