[R] Question regarding the dcast function

PIKAL Petr petr@p|k@| @end|ng |rom prechez@@cz
Thu Mar 21 15:51:08 CET 2019


Hi

You shouldn't use HTML formating unless you want to surprise us with weird and messy email.

function dcast is in data.table and/or in reshape2 packages. For both

install.packages("data.table")
install.packages("reshape2")

followed by
library(data.table)
library(reshape2)

should be enough to make function dcast available.

Maybe you could spent some time reading R-intro docs.

Cheers
Petr

> -----Original Message-----
> From: R-help <r-help-bounces using r-project.org> On Behalf Of Marie-joe Kfoury
> Sent: Thursday, March 21, 2019 9:28 AM
> To: r-help using r-project.org
> Subject: [R] Question regarding the dcast function
>
> Hi,
>
>
> I am having a problem with installing the dcast function in R 3.5.3
>
> Here is the message that I am getting when trying to install it:
>
> > install.packages("dcast")
> Installing package into �C:/Users/marie/Documents/R/win-library/3.5�
> (as �lib� is unspecified)
> Warning message:
> package �dcast� is not available (for R version 3.5.3)
>
>
>
> Marie Joe Kfoury
>
> [[alternative HTML version deleted]]

Osobní údaje: Informace o zpracování a ochraně osobních údajů obchodních partnerů PRECHEZA a.s. jsou zveřejněny na: https://www.precheza.cz/zasady-ochrany-osobnich-udaju/ | Information about processing and protection of business partner’s personal data are available on website: https://www.precheza.cz/en/personal-data-protection-principles/
Důvěrnost: Tento e-mail a jakékoliv k němu připojené dokumenty jsou důvěrné a podléhají tomuto právně závaznému prohláąení o vyloučení odpovědnosti: https://www.precheza.cz/01-dovetek/ | This email and any documents attached to it may be confidential and are subject to the legally binding disclaimer: https://www.precheza.cz/en/01-disclaimer/



More information about the R-help mailing list