parser_TD2015: [!] Parse a filename

View source: R/parser_2015.R

parser_TD2015R Documentation

[!] Parse a filename

Description

Parse a string with filename and return a dataframe with extracted information.

Usage

parser_TD2015(x)

Arguments

x

A sting.

Details

Is x is a filename with a path, only the filename without path is parsed.

Value

A data frame.

Examples

stringA <- "Duomenu_pvz/Fluorescencija/2010-03-16/ID_001/2.Scope"
parser_TD2015(stringA)

stringB <- "Duomenu_pvz/Fluorescencija/2014-08-13/ID_451/56.txt"
parser_TD2015(stringB)

stringC <- "Duomenu_pvz/Fluorescencija/2009-07-13/ID_051/66.Master.Scope"
parser_TD2015(stringC)

x <- c(stringA,stringB,stringC)
parser_TD2015(x)


GegznaV/spHelper documentation built on April 16, 2023, 1:42 p.m.