file.choose
)read.csv
) into internal_linking
varView
)View
function from before. the table
function just count values. the $
is a shortcut to access column valuesggplot2
ggplot2
Lubridate
Time.stamp
into a real date formatDate
format. dmy_hms
function guessed successfully that the "at" was useless. ggplot
Lubridate
package can also help with duration, time zone, intervals, ... Have a look at the cheatsheets. It is a bit complex to get into but so much less than trying to do it yourself. I've lost literally days of my working life, trying to do this kind of stuff badly in Excel/Google Sheet.urltools
urltools
package which as a dedicated domain()
function to do exactly that.Oh you do 'R programming', that's cool. Is it like Air Guitar? You do fake programming? - An anonymous member of my family
<-
%>%
%>%
operator allows operations to be carried out successively. Meaning the results of the previous command are the entries for the next one. Like the > ( “pipe”) command line for terminal if you came across it.