File: h5_deleteAttribute.Rd

package info (click to toggle)
r-bioc-rhdf5 2.50.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,584 kB
  • sloc: ansic: 8,521; cpp: 91; makefile: 11; python: 9; sh: 6
file content (23 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/h5delete.R
\name{h5_deleteAttribute}
\alias{h5_deleteAttribute}
\alias{h5deleteAttribute}
\title{Delete attribute}
\usage{
h5deleteAttribute(file, name, attribute)
}
\arguments{
\item{file}{The filename (character) of the file in which the object is
located.}

\item{name}{The name of the object to which the attribute belongs.}

\item{attribute}{Name of the attribute to be deleted.}
}
\description{
Deletes an attribute associated with a group or dataset within an HDF5 file.
}
\author{
Mike Smith
}