# Load the profile data, create a stackedData object and set the profile data slot
data(profileDF)
# Create a stacked data object
stackedDataObject = new("StackedData")
# Set the profile data slot
profileData(stackedDataObject) = profileDF
# Get the profile data from the stacked data object
profileData = profileData(stackedDataObject)
Run the code above in your browser using DataLab