Sometimes it is rather difficult to download sequences from the NCBI page, given a certain ID. For that I added the function getSequenceFromNCBI to hoardeR. The usage is
getSequenceFromNCBI(id, file)
where id refers to a id of an organism in the nuccore database. If a filename is provided, the function automatically stores the results into it. If id is a vector, the sequences for all id are downloaded.