Possible Duplicate:
Error: could not find function … in R
I find various references to the function melt()
, actually melt.data.frame()
in stackoverflow for R. But when I call it in R, it gives me
Error: could not find function "melt"
How do I load that function so I can call it?