removing unwanted variables after sourcing data
This commit is contained in:
parent
30e7777184
commit
c8a764d209
7 changed files with 29 additions and 1 deletions
|
@ -10,6 +10,10 @@ getwd()
|
|||
############################################################
|
||||
# source data
|
||||
source("read_data.R")
|
||||
|
||||
# clear unwanted variables
|
||||
rm(my_data)
|
||||
|
||||
############################################################
|
||||
#===================================
|
||||
# output: KS test for cumulated time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue