Watts-College / cpp-527-spr-2022

https://watts-college.github.io/cpp-527-spr-2022/
0 stars 1 forks source link

Final Project - Part I, Step 9 #40

Open mmonakho opened 2 years ago

mmonakho commented 2 years ago

Getting this error: Error in create_table(.) : could not find function "create_table"

I am very confused about the create_table function, what package is it from?

Dselby86 commented 2 years ago

You have to make a create_table function. Use your create_salary_table() function you made previously

On Thu, Mar 3, 2022 at 12:22 PM mmonakho @.***> wrote:

Getting this error: Error in create_table(.) : could not find function "create_table"

I am very confused about the create_table function, what package is it from?

— Reply to this email directly, view it on GitHub https://github.com/Watts-College/cpp-527-spr-2022/issues/40, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4EHB56LQ4V5M67ZHCLLMTU6EGQTANCNFSM5P3MPZFQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

mmonakho commented 2 years ago

What step is it? Step 9 just says: "I have provided you with functions to create graph of salaries of instructors, assistants, associate, and full professors in each unit reporting results by gender." Doesn't mention making the create_table function