Create a new inventory from previous marteloscope
Usage
new_inventory(
inv_site = c("new", "copy", "Prelenfrey", "Soteska", "Bouges", "Brauze_1", "Crocq",
"LaChaume", "Brin", "Rindbach", "Nevegal", "Sailershausen1", "Schneidersrangen",
"ColDePorte", "ColDeLEpine", "Krivoklat", "Collemeluccio", "Haugimont"),
inv_file = NULL,
lang = c("en", "fr"),
open = TRUE,
verbose = FALSE
)Arguments
- inv_site
name of the site. If the site exist, it will initiate xlsx file for the users. If not, it propose a new empty file (default).
- inv_file
NULL by default. If copy, the file to copy in active directory
- lang
language, default is "en" but "fr" can be selected. "fr" option is not fully developped.
- open
boolean, allow to lauch excell or libre office if available
- verbose
Allow to print messages. False by default.
