Learn R Programming

pixarfilms (version 0.2.1)

box_office: Box office reception numbers

Description

A data set with financial and box office gross numbers for each film.

Usage

box_office

Arguments

Format

A data frame with 24 rows and 5 variables:

film

name of film

budget

movie budget in U.S. dollars

box_office_us_canada

box office gross amount in U.S. dollars for U.S. and Canada

box_office_other

box office gross amount in U.S. dollars for other territories

box_office_worldwide

box office gross amount in U.S. dollars worldwide

Examples

Run this code
# NOT RUN {
box_office
# }

Run the code above in your browser using DataLab