write a function is attribute() that takes as input: x, an object, and at, a character vector of length 1 (aka a string). if at is an attribute of x, return true, otherwise output false. if an invalid input is passed for at, throw an error of your choice.