This website requires JavaScript.
Explore
Help
Sign In
gurix
/
car_sharing_2023
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
638ed8d6667d94c402825ffe4d9c71e955f80c5c
car_sharing_2023
/
calculate_data.R
T
5 lines
94 B
R
Raw
Normal View
History
Unescape
Escape
Initial commit
2024-01-10 22:05:50 +01:00
df
<-
read.csv
(
'cleaned.csv'
)
start_milage
=
min
(
df
$
Km_End
)
df
$
diff
<-
c
(
0
,
diff
(
df
$
Km_End
))
Reference in New Issue
Copy Permalink