2.2.2 Create Ordered and Unordered ore.frame Objects
Oracle Machine Learning for R provides the ability to create ordered or unordered ore.frame objects.
               
- About Ordering in ore.frame Objects
 R objects such asvectoranddata.framehave an implicit ordering of their elements.
- Global Options Related to Ordering
 OML4R has options that relate to the ordering of anore.frameobject.
- Ordering Using Keys
 You can use the primary key of a database table to order anore.frameobject.
- Ordering Using Row Names
 You can use row names to order anore.frameobject.
- Using Ordered Frames
 This example shows the result of merging two orderedore.frameobjects and two unorderedore.frameobjects.
Parent topic: Create and Manage R Objects in Oracle Database