if (FALSE) {
# Create a chart object
myChart <- chart(myProject, chart = "New Chart")
# Retrieve variables that can be used to create new charts
chartCriteria(myProject)
# Retrieve variables being used by existing chart
chartCriteria(myChart)
}
Run the code above in your browser using DataLab