Learn R Programming

repfun (version 0.1.2)

rem_pg_nums: Remove floating page numbers from RTF files.

Description

Pass in an RTF file to have floating page numbers removed and result saved to the same file.

Usage

rem_pg_nums(infile)

Value

'NULL' because floating page numbers are removed from rtf files.

Arguments

infile

A path to the RTF file as a string.

Examples

Run this code
if (FALSE) {
library(repfun)
repfun::rem_pg_nums('/path/to/an/rtf/file.rtf')
}

Run the code above in your browser using DataLab