Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #137 from jennybc/refactor-data-consumption
Browse files Browse the repository at this point in the history
refactor data consumption and editing
  • Loading branch information
Jennifer (Jenny) Bryan committed Jun 1, 2015
2 parents 5eaa771 + 5c6b9eb commit c02b627
Show file tree
Hide file tree
Showing 79 changed files with 2,100 additions and 1,682 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ install:
- ./travis-tool.sh r_binary_install stringi
- ./travis-tool.sh r_binary_install tidyr
- ./travis-tool.sh r_binary_install ggplot2
- ./travis-tool.sh github_package hadley/xml2
- ./travis-tool.sh install_deps
- ./travis-tool.sh install_r covr
script: ./travis-tool.sh run_tests
Expand Down
25 changes: 16 additions & 9 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,32 @@

S3method(print,googlesheet)
S3method(print,googlesheet_ls)
export(edit_cells)
export(anchored)
export(cell_cols)
export(cell_limits)
export(cell_rows)
export(extract_key_from_url)
export(get_cells)
export(get_col)
export(get_row)
export(get_via_cf)
export(get_via_csv)
export(get_via_lf)
export(gs_auth)
export(gs_copy)
export(gs_delete)
export(gs_download)
export(gs_edit_cells)
export(gs_gap)
export(gs_gap_key)
export(gs_gap_url)
export(gs_gap_ws_feed)
export(gs_grepdel)
export(gs_gs)
export(gs_inspect)
export(gs_key)
export(gs_ls)
export(gs_new)
export(gs_read)
export(gs_read_cellfeed)
export(gs_read_csv)
export(gs_read_listfeed)
export(gs_reshape_cellfeed)
export(gs_simplify_cellfeed)
export(gs_title)
export(gs_upload)
export(gs_url)
Expand All @@ -33,6 +38,8 @@ export(gs_ws_feed)
export(gs_ws_ls)
export(gs_ws_new)
export(gs_ws_rename)
export(reshape_cf)
export(simplify_cf)
importFrom(cellranger,anchored)
importFrom(cellranger,cell_cols)
importFrom(cellranger,cell_limits)
importFrom(cellranger,cell_rows)
importFrom(dplyr,"%>%")
2 changes: 1 addition & 1 deletion R/alpha-inspect.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' # data recorded from a game of ultimate frisbee
#' ulti_key <- "1223dpf3vnjZUYUnCM8rBSig3JlGrAu1Qu6VmPvdEn4M"
#' ulti_ss <- ulti_key %>% gs_key()
#' ulti_csv <- ulti_ss %>% get_col(ws = 2, col = 1:6) %>% reshape_cf()
#' ulti_csv <- ulti_ss %>% get_col(ws = 2, col = 1:6) %>% gs_reshape_cellfeed()
#' gs_inspect(ulti_csv)
#'
#' }
Expand Down
20 changes: 0 additions & 20 deletions R/cell-specification-googlesheets.R

This file was deleted.

Loading

0 comments on commit c02b627

Please sign in to comment.