extract_id {breathtestcore}R Documentation

Extracts an ID from string IRIS CSV file

Description

First tries to extract only digits, separating these by underscore when there are multiple blocks. If this give a non-valid id, returns the whole string without spaces and periods, hoping it makes sense. For internal use, but should be overridden for exotic IDs

Usage

extract_id(id)

Arguments

id

One item from column Identifikation, e.g. "KEK-ZH-Nr.2013-1234"

Examples

extract_id

[Package breathtestcore version 0.8.7 Index]