Skip to content

Commit ba4ae72

Browse files
committedJul 2, 2022
Remove old files
1 parent df2afb8 commit ba4ae72

4 files changed

+3
-13759
lines changed
 

‎Health_notebook.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ begin
6666
const URL = "https://raw.githubusercontent.com/vnegi10/Health_data_analysis/master/data"
6767

6868
# CSV files from Samsung Health app
69-
files = ["com.samsung.shealth.tracker.pedometer_day_summary.202110031456.csv",
70-
"com.samsung.shealth.tracker.heart_rate.202110031456.csv",
71-
"com.samsung.health.floors_climbed.202110031456.csv"]
69+
files = ["com.samsung.shealth.tracker.pedometer_day_summary.202207021430.csv",
70+
"com.samsung.shealth.tracker.heart_rate.202207021430.csv",
71+
"com.samsung.health.floors_climbed.202207021430.csv"]
7272

7373
# Function to generate url
7474
gen_url(file::String, url::String=URL) = joinpath(url, file)

0 commit comments

Comments
 (0)
Please sign in to comment.