Error in .(COUNT = .N) : could not find function "." in get_matchedids.R#L77
Hello here is the other problem (@dyb, @eck)
The bug points to get_matchedids.R#L77
get_matchedids.R
is used in new_merge_ids_year.R
Error in .(COUNT = .N) (new_merge_ids_year.R#189): could not find function "."
Maybe there is a package that I haven't taken into account?? Again this error does not happen if I source the function in.
This gives error
full.list <- icoads.utils::get_matched_ids()
This works...
source("~/icoads-r-hostace/rutils/get_matchedids.R")
full.list <- get_matched_ids()
I also have the same error in print_id_match_info.R#L45-52 where the same .(COUNT = .N)
argument is use.