filename_B02: filename_B02

Description Usage Arguments Examples

View source: R/filename_B02.R

Description

Replaces all multiwell plate 'well' labels in the form 'B2' to the double-digit form 'B02'. This enables correct ordering of filenames which include numbers over 10. (Though file systems won't always have a problem, files in a folder are ordered alphabetically as strings, so B2 is placed after B10: using B02 solves this problem). Enables correct use of other functions, such as filename_extension and filename_replicatenumber.

Usage

1
filename_B02(filepath = ".", verbose = TRUE)

Arguments

filepath

Path to files. Defaults to current directory.

verbose

Logical. Should it print descriptions of any changes?

Examples

1
2
folder <- "FCS_trimmed"
filename_B02(filepath = folder)

ec363/filenamer documentation built on March 22, 2020, 2:16 a.m.