Skip to content

Commit

Permalink
Removing data_book$get_data_frame(data_name="installed_packages_df") …
Browse files Browse the repository at this point in the history
…from the script code
  • Loading branch information
derekagorhom committed Oct 16, 2024
1 parent b29b658 commit d91d395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/Scripts/R and R-Instat Information.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ installed_packages_matrix <- installed.packages()
# Convert the matrix to a data frame
installed_packages_df <- as.data.frame(installed_packages_matrix, stringsAsFactors = FALSE)
data_book$import_data(data_tables=list(installed_packages_df=installed_packages_df))
data_book$get_data_frame(data_name="installed_packages_df")

0 comments on commit d91d395

Please sign in to comment.