# set path to file
path_file <- system.file('extdata', 'snih_qd_guido.xlsx', package = 'hydrotoolbox')
# read daily streamflow with default column name
head( read_snih(path = path_file, by = 'day') )
# now we use the function with column name
head( read_snih(path = path_file, by = 'day', out_name = 'qd(m3/s)') )
Run the code above in your browser using DataLab