?s 03:22 de 14/02/2023, Mohammad Shoushary escreveu:> Hi Guys,
> If I have a question, what is the best way to ask or post?
>
> On Tue, Nov 9, 2021 at 6:13 AM Rui Barradas <ruipbarradas at sapo.pt>
wrote:
>
>> 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:
>>> Hi Guys,
>>> I wonder how to opt trucking 4 once loading "TRUCKING"
file.
>>> I loaded: load("TRUCKING.Rdata")
>>> but I 4 carrierneed the file that hass, any clue please? I
appreciate it
>>>
>>>
>>> Mohammad
>>>
>>> [[alternative HTML version deleted]]
>>>
>>> ______________________________________________
>>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more,
see
>>> https://stat.ethz.ch/mailman/listinfo/r-help
>>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>>> and provide commented, minimal, self-contained, reproducible code.
>>>
>>
>
Hello,
Start by reading the posting guide:
https://www.r-project.org/posting-guide.html
Here are some additional instructions:
https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
Also, see if package reprex can be of help.
Hope this helps,
Rui Barradas