EU-ECDC / EcdcSupportSnippets

Development of various support R code snippets and packages for use for analysis and modelling purposes.
European Union Public License 1.2
7 stars 2 forks source link

Allow for multiple files in documenting wrapper #3

Open mariabnd opened 5 years ago

mariabnd commented 5 years ago

Detailed description

Change documenting filename input to allow for a vector with multiple files as input

Context

This would allow users to see the html man pages for multiple functions at once instead of one at a time

Possible implementation

Adjust function to allow filename to take an argument such as c("file1", "file2") (but also retain current use - could use if statement for this)