You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
`PetfinderR` wraps the[Petfinder API](https://www.petfinder.com/developers/api-docs) in an easy-to-use, conveninent R package. The`PetfinderR` library also provides handy methods for coercing the returned JSON from the API into usable`data.frame` objects to facilitate data analysis and other tasks.
10
+
`PetfindeR` wraps the[Petfinder API](https://www.petfinder.com/developers/api-docs) in an easy-to-use, conveninent R package. The`PetfindeR` library also provides handy methods for coercing the returned JSON from the API into usable`data.frame` objects to facilitate data analysis and other tasks.
11
11
12
12
##Installation
13
13
14
-
`PetfinderR` can be installed through the usual means:
14
+
`PetfindeR` can be installed through the usual means:
15
15
16
16
~~~r
17
-
install.packages('PetfinderR')
17
+
install.packages('PetfindeR')
18
18
~~~
19
19
20
20
The package can also be installed with[`devtools`](https://cran.r-project.org/package=devtools) for those wanting the most recent development version.
An account must first be created with[Petfinder](https://www.petfinder.com/developers/) to receive an API and secret key. The API and secret key will be used to grant access to the Petfinder API, which lasts for 3600 seconds, or one hour. After the authentication period ends, you must re-authenticate with the Petfinder API. The following are some quick examples for using`PetfinderR` to get started. More in-depth tutorials for`PetfinderR` and some examples of what can be done with the library, please see the More Examples and Tutorials section below.
29
+
An account must first be created with[Petfinder](https://www.petfinder.com/developers/) to receive an API and secret key. The API and secret key will be used to grant access to the Petfinder API, which lasts for 3600 seconds, or one hour. After the authentication period ends, you must re-authenticate with the Petfinder API. The following are some quick examples for using`PetfindeR` to get started. More in-depth tutorials for`PetfindeR` and some examples of what can be done with the library, please see the More Examples and Tutorials section below.