Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb69703d

Browse files
committed
commit minor changes to README
1 parentb6828fe commitb69703d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#PetfinderR
1+
#PetfindeR
22

33
[![Build Status](https://travis-ci.org/aschleg/PetfindeR.svg?branch=master)](https://travis-ci.org/aschleg/PetfindeR)
44
[![Build status](https://ci.appveyor.com/api/projects/status/78048x1q7086r0dl?svg=true)](https://ci.appveyor.com/project/aschleg/petfinder)
@@ -7,14 +7,14 @@
77

88
:cat2::dog2::rooster::rabbit2::racehorse:
99

10-
`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.
1111

1212
##Installation
1313

14-
`PetfinderR` can be installed through the usual means:
14+
`PetfindeR` can be installed through the usual means:
1515

1616
~~~r
17-
install.packages('PetfinderR')
17+
install.packages('PetfindeR')
1818
~~~
1919

2020
The package can also be installed with[`devtools`](https://cran.r-project.org/package=devtools) for those wanting the most recent development version.
@@ -26,7 +26,7 @@ devtools::install_github('aschleg/PetfindeR')
2626

2727
##Examples and Usage
2828

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`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.
3030

3131
###Authenticating with the Petfinder API
3232

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp