flickrtodatabase: flickrtodatabase - Get Flickr data for a list of items and...

Description Usage Arguments Examples

Description

flickrtodatabase - Get Flickr data for a list of items and store into a database

Usage

1
2
flickrtodatabase(apikey, inputfile, inputfield, outdbname, dbfolder = ".",
  StIndex = 1)

Arguments

apikey

- API key provided by Flickr.com website. (Refer http://www.flickr.com/services/api/misc.api_keys.html for more details.)

inputfile

- Input csv file containing the list of species to search for.

inputfield

- Fieldname containing the names to search.

outdbname

- Name of the database

dbfolder

- Folder in which the database should be stored.

StIndex

- Starting Index. If is 1, then creates the database file, otherwise appends the data in the database.

Examples

1
2
3
4
## Not run: 
 flickrtodatabase(myapikey,"test.txt","scname","testdb")

## End(Not run)

vijaybarve/bdsns documentation built on May 3, 2019, 6:12 p.m.