Edgar package searchFiling error

I need to perform a keyword search on a number of SEC filings for a specific year. When typing in the code for the searchFilings in the Edgar package, I receive the error massage:
Error in if (occur != -1) { : condition has length > 1

This is the code I am using, with just a few SEC files as examples:
word.list=c('repatriat', 'foreign cash', 'deemed repatriation', 'foreign earning')
searchFilings(cik.no = c('1000180', '278130', '733269'),
form.type = c("10-K"),
filing.year = c(2015), word.list=word.list, useragent)

I am able to download the files, however when it comes to the searching part of the code, I receive this error. Can someone please help out? I am desperate...

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.