get.comp.number: Query opencorporate website to search a given company number...

Description Usage Arguments Details Value Examples

Description

Query opencorporate website to search a given company number in a given jurisdiction

Usage

1
get.comp.number(company.number, jurisdiction.code, token = NULL)

Arguments

company.number

A company number or a vector of comapny numbers.

jurisdiction.code

A jurisdiction code or a vector of jurisdiction code which match the length of company.number.

token

Token for the owner of an opencorporate account

Details

The returned object is two data.table if the data.table package is attached. Otherwise, it is two data.frame. Here, using the data.table package speed up the script.

Value

The returned object is a list of four data.table if the data.table package is attached. Otherwise, it is a list of four data.frame. Here, using the data.table package speed up the script.

Examples

1
   get.comp.number(c("02228297", "30760997"), c("gb", "ro"))

YvesCR/Ropencorporate documentation built on May 10, 2019, 1:54 a.m.