Learn R Programming

BEQI2 (version 2.0-0)

readAMBI: Read AMBI Sensitivity Data

Description

This function reads and checks files with AMBI sensitivity data. If filename = NULL Borja's data will be read

Usage

readAMBI(filename = NULL)

Arguments

filename
name of the AMBI sensitivity file (character)

Details

The function performs the following tasks:
  • checks the existence of filename;
  • checks availablitity of required columns (case insensitive);
  • removes redundant spaces;
  • removes duplicated records.