order.files: Change file names on text files

Description Usage Arguments Value Examples

View source: R/order.files.R

Description

The order.files function renames the .txt-files in the specified directory by adding two zeroes to single digits and one zero to double digit numbers within file names.

Usage

1
order.files(path, overwrite = TRUE)

Arguments

path

character vector or string specifying the path to rename files from (remember to include two backslashes or one slash, depending on which you use, at the end of the string).

Value

Either returs a statement of success, or a warning when it fails.

Examples

1
order.files("~Storting/storting1899/Text/")

martigso/stortingAlpha documentation built on May 21, 2019, 12:37 p.m.