dataset_exists# Rmxprt.dataset_exists(name: str, is_project_dataset: bool = True) → bool# Check if a dataset exists. Parameters: namestrName of the dataset (without a prefix for a project dataset). is_project_datasetbool, optionalWhether it is a project data set. The default is True. Returns: boolTrue when successful, False when failed.