Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Feb 26, 2024
1 parent bfdbfe9 commit 85bc8a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/scatterplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ scatterplot <- function(
width = 13,
height = 9) {
# bind the vars locally to the function
x <- y <- NULL
x <- y <- x_y_concatenated <- NULL
# installed packages
installed_pkgs <- rownames(utils::installed.packages())
# check if Package 'ggplot2' is installed
Expand Down
7 changes: 5 additions & 2 deletions man/assign_fn_parameters_as_vars.Rd

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

0 comments on commit 85bc8a1

Please sign in to comment.