-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: RSocrata
Type: Package
Title: Download or Upload 'Socrata' Data Sets
Description: Provides easier interaction with
'Socrata' open data portals <https://dev.socrata.com>.
Users can provide a 'Socrata' data set resource URL,
or a 'Socrata' Open Data API (SODA) web query,
or a 'Socrata' "human-friendly" URL,
returns an R data frame. Converts dates to 'POSIX'
format and manages throttling by 'Socrata'.
Users can upload data to 'Socrata' portals directly
from R.
Version: 1.7.15-1
Date: 2023-08-13
Author: Hugh Devlin, Ph. D., Tom Schenk, Jr., Gene Leynes, Nick Lucius, John Malc, Mark Silverberg, and Peter Schmeideskamp
Maintainer: "Gene Leynes" <[email protected]>
Depends:
R (>= 3.3.0)
Imports:
httr (>= 1.0.0),
jsonlite (>= 0.9.16),
mime (>= 0.3),
plyr (>= 1.8.4)
Suggests:
testthat (>= 0.10.0),
roxygen2 (>= 4.1.0),
readr (>= 0.2.2)
License: MIT + file LICENSE
URL: https://github.com/Chicago/RSocrata
BugReports: https://github.com/Chicago/RSocrata/issues
RoxygenNote: 7.2.3
Encoding: UTF-8