Skip to content

TRCUKING 4

2 messages · Mohammad Shoushary, Rui Barradas

#
Hi Guys,
I wonder how to opt trucking 4 once loading "TRUCKING" file.
I loaded: load("TRUCKING.Rdata")
but I need the file that has 4 carriers, any clue please? I appreciate it


Mohammad
1 day later
#
Hello,

We can't really answer your question, we don't have access to the file.
But here are some questions/tips.

1. R is case sensitive, is it TRUCKING.RDtata or TRUCKING.Rdtata?
2. In a clean R session, is there any warning or error message after 
running load("TRUCKING.Rdata")?
3. If not, what is the output of ls()? This will give you the objects in 
the global environment and RData files may store many objects. Exactly 
what was loaded?
4. I don't understand what do you mean by "trucking 4". Is it the name 
of a data set you expect to be in that file? If the file with "4 
carriers" was loaded, try running str(tablename) to see its structure. 
(tablename is to be replaced by the table's actual name).


Hope this helps,

Rui Barradas


?s 16:19 de 07/11/21, Mohammad Shoushary escreveu: