Computer Science, asked by sbarui723202, 6 months ago

Explain the function of each of the following:
1. Merge:
2. Split:
3. Resize:
4. =SUM(ABOVE):
5. =SUM(RIGHT):


please do it I will give you brainlist​

Answers

Answered by pritampareek91
1

Answer:

1)merge is a generic function whose principal method is for data frames: the default method coerces its arguments to data frames and calls the "data. frame" method. By default the data frames are merged on the columns with names they both have, but separate specifications of the columns can be given by by. x and by.

2)The split() method is used to split a string into an array of substrings, and returns the new array. Tip: If an empty string ("") is used as the separator, the string is split between each character. Note: The split() method does not change the original string.

3)Set environment and terminal settings to current xterm window size.

4)SUM(ABOVE) adds the numbers in the column above the cell you're in. =SUM(LEFT) adds the numbers in the row to the left of the cell you're in. =SUM(BELOW) adds the numbers in the column below the cell you're in.

5)SUM(RIGHT) adds the numbers in the row to the right of the cell you're in.

PLEASE MARK ME AS BRAIN LIST.

Similar questions