Closed rafapereirabr closed 3 years ago
The example of of function ef_euro_scaled() is throwing the following error:
ef_euro_scaled()
Error in FUN(X[[i]], ...) : No available emission factor for the following combination of parameters: europe[Pollutant %in% 'CO' & Fuel %in% 'Diesel' & Segment %in% 'Urban Buses Standard 15 - 18 t' & Technology %in% 'SCR' & Euro %in% 'IV' & Slope == 0 & Load == 0.5, ] Please check data(europe) for available data.
Error in FUN(X[[i]], ...) : No available emission factor for the following combination of parameters:
europe[Pollutant %in% 'CO' & Fuel %in% 'Diesel' & Segment %in% 'Urban Buses Standard 15 - 18 t' & Technology %in% 'SCR' & Euro %in% 'IV' & Slope == 0 & Load == 0.5, ]
Please check data(europe) for available data.
data(europe)
fixed by commit 597c9263a59baa2a0a97dfb2e1151ca84eb13848
The example of of function
ef_euro_scaled()
is throwing the following error: