counterZOO: Laboratory Counter simulator

View source: R/counterZOO.R

counterZOOR Documentation

Laboratory Counter simulator

Description

Laboratory Counter simulator

Usage

counterZOO(spList = NULL, filepath = "conteo.csv", reset = TRUE)

Arguments

spList

(Optional) Path of file to re start counting. If NULL, new counting will start. This file requires columns "Especie", "Caracter", "Conteo".

filepath

File name where the output file will be saved.

reset

Would you want to continue with the previous count (FALSE) or reset (put in zeros)?

Details

This function uses next commands:

  • newDefines a new species that will be included in the count.

  • correctAllows to make some basic operation in count values. E.g. +1, -2.

  • endEnds the count and save the file.

  • helpShows commands' help in console.

Examples

## Not run: 
counterZOO(spList = "myFolder/myTable.csv")

## End(Not run)

LuisLauM/ruisu documentation built on March 26, 2024, 8:23 a.m.