The phrases from each of the sentences are most likely:
- <u>Participial phrase
</u>
- <u>Infinitive phrase
</u>
- <u>Gerund phrase</u>
- A participial phrase is the collection of words in a sentence which is made up of a participle, and a modifier. They perform various functions in a sentence such as being either the objects, or adding extra meaning to the word.
- An infinitive phrase is a group of words which has an infinitive and also gives extra information about another word.
- A Gerund phrase is a collection of words which has a gerund and another word which modifies a word. Some examples include: "Biking is such a fun sport".
- An infinitive is a word that usually begins with a verb "to + extra word" for example, to eat, to walk, etc.
Read more here:
brainly.com/question/10271166
The code chunk that lets the analyst create the phone_number column is: unite(customers, "phone_number", area_code, phone_num, sep="-"
<h3>What is a data frame?</h3>
A data frame refers to a two-dimensional array-like structure or table that is made up of rows and columns, which is typically used for storing data in R Studio using the R programming language.
In Computer programming, a data frame is a list of vectors that are all equal in length, and each column consist of values of one variable while each row consist of a set of values from each column.
<h3>The executable code in R Studio.</h3>
In this scenario, the code chunk that would be used to create a data frame that combines the two columns into a single column (phone_number) is:
- unite(customers, "phone_number", area_code, phone_num, sep="-"
Read more on data frame here: brainly.com/question/25558534
Answer:
all of the above is the correct answer