if (FALSE) {
# Open a chart object
myChart <- chart(myProject, chart = "My Chart")
# Set the chart Y axis title
myChart <- chartOptionsYAxis(myChart, title = "Year")
# Return a dataframe of the current Y axis settings
myChart <- chartOptionsYAxis(myChart)
}
Run the code above in your browser using DataLab