-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8736,7 +8736,7 @@ | |
#' read_fn = ~ file_tbl( | ||
#' file = from_github( | ||
#' file = "inst/data_files/small_table.csv", | ||
#' repo = "rich-iannone/pointblank" | ||
#' repo = "rstudio/pointblank" | ||
#' ), | ||
#' col_types = "TDdcddlc" | ||
#' ) | ||
|
@@ -8839,15 +8839,15 @@ | |
#' # HEAD de la rama por defecto | ||
#' # from_github( | ||
#' # file = "inst/data_files/small_table.csv", | ||
#' # repo = "rich-iannone/pointblank" | ||
#' # repo = "rstudio/pointblank" | ||
#' # ) | ||
#' | ||
#' # La ruta de acceso a la ubicación del | ||
#' # archivo puede ser suministrada total | ||
#' # o parcialmente a `subdir`. | ||
#' # from_github( | ||
#' # file = "small_table.csv", | ||
#' # repo = "rich-iannone/pointblank", | ||
#' # repo = "rstudio/pointblank", | ||
#' # subdir = "inst/data_files" | ||
#' # ) | ||
#' | ||
|
@@ -8863,7 +8863,7 @@ | |
#' # read_fn = ~ file_tbl( | ||
#' # file = from_github( | ||
#' # file = "inst/data_files/small_table.csv", | ||
#' # repo = "rich-iannone/pointblank" | ||
#' # repo = "rstudio/pointblank" | ||
#' # ), | ||
#' # col_types = "TDdcddlc" | ||
#' # ) | ||
|
@@ -8881,7 +8881,7 @@ | |
#' # momento de la publicación | ||
#' # from_github( | ||
#' # file = "inst/extdata/small_table.csv", | ||
#' # repo = "rich-iannone/[email protected]" | ||
#' # repo = "rstudio/[email protected]" | ||
#' # ) | ||
#' | ||
#' # También se puede obtener un archivo | ||
|
@@ -8891,14 +8891,14 @@ | |
#' # la confirmación) | ||
#' # from_github( | ||
#' # file = "data-raw/small_table.csv", | ||
#' # repo = "rich-iannone/pointblank@e04a71" | ||
#' # repo = "rstudio/pointblank@e04a71" | ||
#' # ) | ||
#' | ||
#' # Un archivo también puede obtenerse | ||
#' # de un *abierto* pull request | ||
#' # from_github( | ||
#' # file = "data-raw/small_table.csv", | ||
#' # repo = "rich-iannone/pointblank#248" | ||
#' # repo = "rstudio/pointblank#248" | ||
#' # ) | ||
#' | ||
#' @family Utility and Helper Functions | ||
|