Skip to contents

Returns a dataframe

Usage

Maskapply(filemarks, dataset, mp)

Arguments

filemarks

is a dataframe with date and markers

dataset

is dataframe in analysis

mp

is a name of misure point

Value

dataframe with add marker column

Author

Pasquale Scordino p.scordino@arpa.piemonte.it

Simone Sperotto s.sperotto@arpa.piemonte.it

Examples

#data(PTFA)
#data(markers)

Maskapply(filemarks = markers, dataset = PTFA, mp = "PTFA")[1:10, c(1, 2, 45)]
#>                   date LAeq  marker
#> 2  2022-03-07 10:12:16 43.9 escludi
#> 3  2022-03-07 10:12:17 44.6 escludi
#> 4  2022-03-07 10:12:18 44.5 escludi
#> 5  2022-03-07 10:12:19 43.9 escludi
#> 6  2022-03-07 10:12:20 45.0 escludi
#> 7  2022-03-07 10:12:21 44.3 escludi
#> 8  2022-03-07 10:12:22 43.4 escludi
#> 9  2022-03-07 10:12:23 44.0 escludi
#> 10 2022-03-07 10:12:24 44.1 escludi
#> 11 2022-03-07 10:12:25 44.5 escludi