Learn R Programming

OBIC (version 4.2.1)

format_soilcompaction: Convert possible B_SC_WENR values to standardized values

Description

This function converts numeric values for B_SC_WENR to values used by other OBIC functions if numeric values are entered.

Usage

format_soilcompaction(B_SC_WENR)

Value

A standardized B_SC_WENR value as required for the OBIC functions. A character string.

Arguments

B_SC_WENR

(numeric and/or character) Data on soil compaction risk that may have to be converted to string

Examples

Run this code
format_soilcompaction(c('10', '11'))
format_soilcompaction(c('2', '3',"Matig", "Groot"))

Run the code above in your browser using DataLab