See also

Here we list some functions that can be used to manipulate data with plyrmr. You may refer to the help function for further details on their usage and functionalities:

  • Data manipulation:
    • bind.cols: This adds new columns
    • select: This is used to select columns
    • where: This is used to select rows
    • transmute: This uses all of the aforementioned plus their summaries
  • From reshape2:
    • melt and dcast: This converts long and wide DataFrames
  • Summary:
    • count
    • quantile
    • sample
  • Extract:
    • top.k
    • bottom.k
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset