Question: Create a function that returns true if the input is a numeric row vector and false otherwise.
- Function Name: isRowVector
- Input: single input which may be any data class (this function does not have multiple inputs)
- Output: the output is true or false
Can someone make a function that returns true and provide the all the code?