convert_fractions | R Documentation |
This is useful for columns such as frame rates, which FFprobe often lists as fractions such as "30000 / 1001" (this would convert to 29.97003).
convert_fractions(x)
x |
A character vector containing fractions to evaluate. |
A numeric vector with each fraction evaluated to a double.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.