interesting_list: Interesting list

Description Usage Arguments Details Value See Also Examples

View source: R/interesting_list.R

Description

Returns a Flickr generated list of photographs deemed interesting. For information on how this list is calculated see: http://www.steves-digicams.com/knowledge-center/how-tos/online-sharing-social-networking/what-is-flickr-interestingness.html#b

Usage

1
interesting_list(date = "2019-01-01")

Arguments

date

Character, required. Interestingness list for the date provided. The date should be in the form of "YYYY-MM-DD".

Details

When running the function you need an API key saved as photosearcher_key.sysdata in your working directory. If this is the first function you run you will be prompted to create and enter your API key. The API key will then be saved as photosearcher_key.sysdata in your working directory and is used for all function.

Value

data.frame. Output consists of 57 variables including; latitude and longitude of photograph, date and time it was taken, associated tags and image urls.

Full list of variables returned:

See Also

Other Search for images: photo_search

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

interesting_list(date = "2019-01-01")

interesting_list(date = "2017-05-05")

interesting_list(date = "2011-11-25")


## End(Not run)

nfox29/photosearcher documentation built on April 27, 2020, 10:34 p.m.