Skip to content

Commit

Permalink
background.R for all related R functions
Browse files Browse the repository at this point in the history
  • Loading branch information
sorhawell committed Jul 5, 2023
1 parent 4c8e06c commit ded3572
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 8 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Collate:
'Field.R'
'PTime.R'
'autocompletion.R'
'background.R'
'construction.R'
'convert.R'
'csv.R'
Expand Down
10 changes: 10 additions & 0 deletions R/background.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#' This function does something in the background
#' @name handle_background_request
#' @param ... all args passed to internal handle_background_request
#'
#' @return a handle likely
#' @examples #non so far
pl$handle_background_request = function(...) {
handle_background_request(...)
}

7 changes: 0 additions & 7 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,6 @@ replace_private_with_pub_methods(Series, "^Series_")
move_env_elements(Expr, pl, c("lit"), remove = FALSE)


# pl$[readers]
pl$lazy_csv_reader = lazy_csv_reader
pl$csv_reader = csv_reader
pl$read_csv = read_csv_
pl$scan_arrow_ipc = scan_arrow_ipc
pl$handle_background_request = handle_background_request


#' Get Memory Address
#' @name pl_mem_address
Expand Down
17 changes: 17 additions & 0 deletions man/handle_background_request.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/pl_pl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ded3572

Please sign in to comment.