DS4PS / cpp-529-spr-2020

Course shell for CPP 529 Data Practicum on Community Analytics for Spring 2020.
http://ds4ps.org/cpp-529-spr-2020
1 stars 1 forks source link

`lorem::ipsum(paragraphs = 1)` #15

Open Niagara1000 opened 4 years ago

Niagara1000 commented 4 years ago

Hi Professor,

what does the following code mean? I see it everywhere on the final project outline

lorem::ipsum(paragraphs = 1)

Thank you!

AntJam-Howell commented 4 years ago

That is the code used to create all of the place-holder text you see expressed in latin, which is used to indicate the places that you need to make edits. After you make the interpretative edits, you can delete the lorem::ipsum(paragraphs = 1).

On Fri, May 1, 2020 at 2:57 PM Niagara1000 notifications@github.com wrote:

Hi Professor,

what does the following code mean? I see it everywhere on the final project outline

lorem::ipsum(paragraphs = 1)

Thank you!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DS4PS/cpp-529-spr-2020/issues/15, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMK2Y74UTHQS2CBTQPATT5LRPNAUPANCNFSM4MXMOXRQ .

-- Anthony Howell Asst. Prof. in Public Policy School of Public Affairs Arizona State University Faculty Profile https://isearch.asu.edu/profile/3501621 (CV https://www.dropbox.com/s/b1pxccpwxm6fats/Howell.CV.pdf?dl=0)

Niagara1000 commented 4 years ago

oh ok, thank you!