Skip to Content
Modern R Programming Cookbook
book

Modern R Programming Cookbook

by Jaynal Abedin
October 2017
Beginner to intermediate
236 pages
7h 38m
English
Packt Publishing
Content preview from Modern R Programming Cookbook

There's more…

The rxDataStep() function is the most convenient function for data pre-processing. In this example, you have done a very simple transformation. There are other very useful options within this function, which are as follows:

  • transformFunc: If you want to use an external function where you have defined all of your required transformation, this argument will give you that opportunity. Using this option, you can perform any complex operation as required.
  • transformVars: This argument will give you an easy way to specify variables that are required within transformFunc or the transforms argument.
  • transformPackages: Sometimes you might have used specialized functions from other libraries for the transformation task. You can explicitly ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

R Cookbook, 2nd Edition

R Cookbook, 2nd Edition

JD Long, Paul Teetor

Publisher Resources

ISBN: 9781787129054Supplemental Content